PlayerAndroid/appthemehelper/src/main/res/layout/ate_preference_switch_suppo...

9 lines
446 B
XML
Executable File

<?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="@android:id/checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:clickable="false"
android:focusable="false"
android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1" />