New option: Show avatar on the right in the navigation drawer.

This commit is contained in:
Alex Ning
2021-02-26 22:15:39 +08:00
parent a6289f4c1f
commit c2b6066c7e
9 changed files with 66 additions and 1 deletions

View File

@@ -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" />