diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/data_saving_mode_preferences.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/xml/data_saving_mode_preferences.xml b/app/src/main/res/xml/data_saving_mode_preferences.xml index 4c348335..1aad1008 100644 --- a/app/src/main/res/xml/data_saving_mode_preferences.xml +++ b/app/src/main/res/xml/data_saving_mode_preferences.xml @@ -25,4 +25,12 @@ app:key="only_disable_preview_in_video_and_gif_posts" android:title="@string/settings_only_disable_preview_in_video_and_gif_posts_title" /> + <ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference + app:defaultValue="360" + app:key="reddit_video_default_resolution" + android:title="@string/settings_reddit_video_default_resolution" + app:entries="@array/settings_reddit_video_default_resolution" + app:entryValues="@array/settings_reddit_video_default_resolution_values" + app:useSimpleSummaryProvider="true" /> + </PreferenceScreen>
\ No newline at end of file |