Add an option to hide the bottom app bar. Change the icon color in the bottom app bar.

This commit is contained in:
Alex Ning
2019-12-25 23:41:56 +08:00
parent 2113d4a902
commit f7baba9412
15 changed files with 77 additions and 21 deletions

View File

@@ -26,6 +26,11 @@
app:title="@string/settings_immersive_interface_title"
app:isPreferenceVisible="false" />
<SwitchPreference
app:defaultValue="false"
app:key="bottom_app_bar"
app:title="@string/settings_enable_bottom_app_bar_title" />
<SwitchPreference
app:defaultValue="false"
app:key="vote_buttons_on_the_right"