diff options
Diffstat (limited to 'app/src/main/res/xml/interface_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/interface_preferences.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/xml/interface_preferences.xml b/app/src/main/res/xml/interface_preferences.xml index ae1ee8e2..c948d4e8 100644 --- a/app/src/main/res/xml/interface_preferences.xml +++ b/app/src/main/res/xml/interface_preferences.xml @@ -27,8 +27,7 @@ <SwitchPreference app:defaultValue="false" app:key="bottom_app_bar" - app:title="@string/settings_enable_bottom_app_bar_title" - app:summary="@string/settings_enable_bottom_app_bar_summary" /> + app:title="@string/settings_enable_bottom_app_bar_title" /> <SwitchPreference app:defaultValue="false" |