Prettify settings, rename some strings

This commit is contained in:
Dominik Schürmann
2015-08-27 15:15:07 +02:00
parent 905e738621
commit cac0f8ec9e
25 changed files with 52 additions and 20 deletions

View File

@@ -17,4 +17,13 @@
android:persistent="false"
android:summary="@string/label_experimental_settings_linked_identities_summary"
android:title="@string/label_experimental_settings_linked_identities_title" />
<ListPreference
android:dialogTitle="@string/label_theme"
android:entries="@array/theme_entries"
android:entryValues="@array/theme_values"
android:key="theme"
android:persistent="false"
android:title="@string/label_theme" />
</PreferenceScreen>