aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-12-25 15:41:56 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-12-25 15:41:56 +0000
commitf7baba9412c53b0abd54e36d74657433efb6e58e (patch)
treeb8ecd329ce2e77686920ece9ebf139622d279639 /app/src/main/res/xml
parent2113d4a902de2dcc6a0347834118ffc877c865a8 (diff)
downloadinfinity-for-reddit-f7baba9412c53b0abd54e36d74657433efb6e58e.tar
infinity-for-reddit-f7baba9412c53b0abd54e36d74657433efb6e58e.tar.gz
infinity-for-reddit-f7baba9412c53b0abd54e36d74657433efb6e58e.tar.bz2
infinity-for-reddit-f7baba9412c53b0abd54e36d74657433efb6e58e.tar.lz
infinity-for-reddit-f7baba9412c53b0abd54e36d74657433efb6e58e.tar.xz
infinity-for-reddit-f7baba9412c53b0abd54e36d74657433efb6e58e.tar.zst
infinity-for-reddit-f7baba9412c53b0abd54e36d74657433efb6e58e.zip
Add an option to hide the bottom app bar. Change the icon color in the bottom app bar.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/main_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index 98e566eb..02c0f750 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -28,6 +28,11 @@
<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"
app:title="@string/settings_vote_buttons_on_the_right_title" />