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