RetroMusicPlayer/appthemehelper/src/main/res/layout/ate_preference_switch.xml

10 lines
485 B
XML
Raw Normal View History

2018-07-27 18:37:33 +05:30
<?xml version="1.0" encoding="utf-8"?>
<code.name.monkey.appthemehelper.common.views.ATESwitch xmlns:android="http://schemas.android.com/apk/res/android"
2018-08-22 23:24:07 +05:30
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"
2019-02-19 16:08:51 +05:30
android:focusable="false"
android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1" />