diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 08:58:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 08:58:57 +0000 |
commit | 47832e1e91db7e355b8122e1b533966c8df5ddba (patch) | |
tree | 069b08b46e6c43f18b017c957666c5ff9597e073 /app/src/main/res/xml/main_preferences.xml | |
parent | edf85c2bc3d0a7d983b93d888e540380529601ca (diff) | |
download | infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.gz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.bz2 infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.lz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.xz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.zst infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.zip |
Blurring spoiler post images is now available. Change spoiler and flair text background colors. Fixed collapsed comments shown after orientation change.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/main_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 6567eb1b..a4b8506f 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -26,6 +26,7 @@ <Preference app:title="@string/settings_font_size_title" + app:icon="@drawable/ic_font_size_24dp" app:fragment="Settings.FontSizePreferenceFragment" /> <SwitchPreference @@ -39,6 +40,11 @@ app:title="@string/settings_blur_nsfw_title" app:isPreferenceVisible="false" /> + <SwitchPreference + app:defaultValue="false" + app:key="blur_spoiler" + app:title="@string/settings_blur_spoiler_title" /> + <Preference app:title="@string/settings_about_master_title" app:fragment="Settings.AboutPreferenceFragment" /> |