aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-07-19 09:21:09 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-07-19 09:21:09 +0000
commit5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0 (patch)
treec023ae16f4af55feb30a522a07ec5b1a9722358d /app/src/main/res/xml
parent5f18f7df646ce5d2637b29fca557ca00766682c7 (diff)
downloadinfinity-for-reddit-5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0.tar
infinity-for-reddit-5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0.tar.gz
infinity-for-reddit-5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0.tar.bz2
infinity-for-reddit-5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0.tar.lz
infinity-for-reddit-5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0.tar.xz
infinity-for-reddit-5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0.tar.zst
infinity-for-reddit-5a06e5bf88c33c14562cb6cbf0e6fc3cb36b40d0.zip
Remove test notification. Rearrange Interface Settings.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/interface_preference.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml
index 059d08ea..2e5c71e3 100644
--- a/app/src/main/res/xml/interface_preference.xml
+++ b/app/src/main/res/xml/interface_preference.xml
@@ -24,13 +24,13 @@
app:title="@string/settings_enable_bottom_app_bar_title"
app:summary="@string/settings_enable_bottom_app_bar_summary" />
- <PreferenceCategory
- app:title="@string/settings_category_post_and_comment_title" />
-
<Preference
app:title="@string/settings_time_format_title"
app:fragment="ml.docilealligator.infinityforreddit.Settings.TimeFormatPreferenceFragment" />
+ <PreferenceCategory
+ app:title="@string/settings_category_post_and_comment_title" />
+
<SwitchPreference
app:defaultValue="false"
app:key="vote_buttons_on_the_right"