mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-19 00:25:21 +01:00
9 lines
390 B
XML
9 lines
390 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<code.name.monkey.appthemehelper.common.views.ATESwitch xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/switchWidget"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="@null"
|
||
|
android:button="@drawable/ate_switch"
|
||
|
android:clickable="false"
|
||
|
android:focusable="false"/>
|