diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 7fb3d2189..5d9e6d6cc 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -393,7 +393,9 @@ android:summary="@string/pref_enable_multi_accounts_summary" android:title="@string/pref_enable_multi_accounts_title" /> </PreferenceCategory> - <PreferenceCategory android:title="@string/pref_ui_options"> + <PreferenceCategory + android:key="UI" + android:title="@string/pref_ui_options"> <CheckBoxPreference android:defaultValue="@bool/show_dynamic_tags" android:key="show_dynamic_tags" |