diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-02-26 14:15:39 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-02-26 14:15:39 +0000 |
commit | c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c (patch) | |
tree | cd67e0e190de871f242807ef1139f40c30730499 /app/src/main/res/xml | |
parent | a6289f4c1fbf21b719bfc41a99e00b2eecbd1458 (diff) | |
download | infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.gz infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.bz2 infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.lz infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.xz infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.zst infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.zip |
New option: Show avatar on the right in the navigation drawer.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/interface_preferences.xml | 5 |
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 d6f8dc68..e40f5b25 100644 --- a/app/src/main/res/xml/interface_preferences.xml +++ b/app/src/main/res/xml/interface_preferences.xml @@ -29,6 +29,11 @@ app:title="@string/settings_enable_bottom_app_bar_title" app:summary="@string/settings_enable_bottom_app_bar_summary" /> + <SwitchPreference + app:defaultValue="false" + app:key="show_avatar_on_the_right_in_the_navigation_drawer" + app:title="@string/settings_show_avatar_on_the_right_in_the_navigation_drawer" /> + <Preference app:title="@string/settings_time_format_title" app:fragment="ml.docilealligator.infinityforreddit.settings.TimeFormatPreferenceFragment" /> |