diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2022-03-25 13:43:38 +0000 |
---|---|---|
committer | Docile-Alligator <chineseperson5@gmail.com> | 2022-03-25 13:43:38 +0000 |
commit | ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994 (patch) | |
tree | 48565855a2953447299e16934a5de6513f629014 /app/src/main/res/xml | |
parent | 7422098734b8d99ea45e989d671978769ec32c12 (diff) | |
download | infinity-for-reddit-ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994.tar infinity-for-reddit-ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994.tar.gz infinity-for-reddit-ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994.tar.bz2 infinity-for-reddit-ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994.tar.lz infinity-for-reddit-ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994.tar.xz infinity-for-reddit-ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994.tar.zst infinity-for-reddit-ac749fe0f0b2c80ac79aa4b889c15c36ea1d5994.zip |
New option: Settings->Data Saving Mode->Reddit Video Default Resolution.
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 |