New option: Click to show media in gallery layout.

This commit is contained in:
Alex Ning
2021-02-20 21:44:50 +08:00
parent 800b3c63a5
commit 7070959687
4 changed files with 65 additions and 4 deletions

View File

@@ -33,5 +33,13 @@
<Preference
app:title="@string/settings_number_of_columns_in_post_feed_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.NumberOfColumnsInPostFeedPreferenceFragment" />
<PreferenceCategory
app:title="@string/post_layout_gallery" />
<SwitchPreference
android:defaultValue="false"
app:key="click_to_show_media_in_gallery_layout"
app:title="@string/settings_click_to_show_media_in_gallery_layout" />
</PreferenceScreen>