audiomanv3/app/src/main/res/xml/preferences.xml

9 lines
303 B
XML

<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:defaultValue="false"
android:key="pref_theme"
android:title="@string/pref_title_theme"
android:summary="@string/pref_description_theme" />
</PreferenceScreen>