mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
New option: Default Search Result Tab. Move Show Avatar on the Left in the Navigation Drawer to Settings->Interface->Navigation Drawer.
This commit is contained in:
@@ -33,15 +33,18 @@
|
||||
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" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="0"
|
||||
app:entries="@array/settings_default_search_result_tab"
|
||||
app:entryValues="@array/settings_default_search_result_tab_values"
|
||||
app:key="default_search_result_tab"
|
||||
app:title="@string/settings_default_search_result_tab"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<SwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_subreddit_description"
|
||||
|
@@ -6,6 +6,11 @@
|
||||
app:summary="@string/restart_app_see_changes"
|
||||
app:enabled="false" />
|
||||
|
||||
<SwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="show_avatar_on_the_right"
|
||||
app:title="@string/settings_show_avatar_on_the_right" />
|
||||
|
||||
<SwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="collapse_account_section"
|
||||
|
Reference in New Issue
Block a user