Cleanup settings activity

This commit is contained in:
Dominik Schürmann
2015-11-08 19:29:51 +01:00
parent 31a45759cc
commit 2f640980dd
2 changed files with 0 additions and 77 deletions

View File

@@ -1,10 +0,0 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:persistent="false"
android:key="theme"
android:title="@string/label_theme"
android:entries="@array/theme_entries"
android:entryValues="@array/theme_values"
android:dialogTitle="@string/label_theme" />
</PreferenceScreen>