diff options
Diffstat (limited to 'app/src/main/res/xml/post_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/post_preferences.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/xml/post_preferences.xml b/app/src/main/res/xml/post_preferences.xml index 4c4b50aa..6dfbff12 100644 --- a/app/src/main/res/xml/post_preferences.xml +++ b/app/src/main/res/xml/post_preferences.xml @@ -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>
\ No newline at end of file |