aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-08-03 14:03:45 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-08-03 14:03:45 +0000
commit7fe451b7e15f97b486e61e4217178f5cf454accf (patch)
tree56e7da353f502dc84627fedb7473c78d2e9b7628 /app/src/main/res/xml
parent7987dd684a40d0817151d581c2071c7c88253ef3 (diff)
downloadinfinity-for-reddit-7fe451b7e15f97b486e61e4217178f5cf454accf.tar
infinity-for-reddit-7fe451b7e15f97b486e61e4217178f5cf454accf.tar.gz
infinity-for-reddit-7fe451b7e15f97b486e61e4217178f5cf454accf.tar.bz2
infinity-for-reddit-7fe451b7e15f97b486e61e4217178f5cf454accf.tar.lz
infinity-for-reddit-7fe451b7e15f97b486e61e4217178f5cf454accf.tar.xz
infinity-for-reddit-7fe451b7e15f97b486e61e4217178f5cf454accf.tar.zst
infinity-for-reddit-7fe451b7e15f97b486e61e4217178f5cf454accf.zip
Use bottom toolbar in ViewImageOrGifActivity is available.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/interface_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/interface_preferences.xml b/app/src/main/res/xml/interface_preferences.xml
index 47207d0a..1a4e0f86 100644
--- a/app/src/main/res/xml/interface_preferences.xml
+++ b/app/src/main/res/xml/interface_preferences.xml
@@ -37,6 +37,11 @@
app:key="hide_subreddit_description"
app:title="@string/settings_hide_subreddit_description_title" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="use_bottom_toolbar_in_media_viewer"
+ app:title="@string/settings_use_bottom_toolbar_in_media_viewer_title" />
+
<ListPreference
app:defaultValue="0"
app:entries="@array/settings_default_search_result_tab"