blob: 9016d00c9cf784594db791554ff65dcc341fbde7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:id="@+id/dark_theme_switch_button"
android:defaultValue="true"
android:key="dark_theme_switch"
android:summaryOff="@string/pref_description_dark_theme_off"
android:summaryOn="@string/pref_description_dark_theme_on"
android:title="@string/pref_title_dark_theme" />
</PreferenceScreen>
|