diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-15 11:10:42 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-15 11:10:42 +0000 |
commit | 7d8e32320f867504e28429ede1aec419e10c3db2 (patch) | |
tree | cf86678c75e53779abd467160d134714d3d8c2e7 /app/src/main/res/xml | |
parent | 275063684779a02efe7ec8ef971bb219b1f4fd33 (diff) | |
download | infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.gz infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.bz2 infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.lz infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.xz infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.zst infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.zip |
Apply custom theme to settings page.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/theme_preferences.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index 6c8b9504..ab02e39b 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -41,11 +41,6 @@ app:icon="@drawable/ic_edit_24dp" app:title="@string/settings_manage_themes_title" /> - <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference - app:icon="@drawable/ic_info_preference_24dp" - app:summary="@string/settings_custom_theme_cannot_apply_to_settings_page_summary" - app:enabled="false" /> - <ml.docilealligator.infinityforreddit.customviews.CustomFontPreferenceCategory app:title="@string/settings_category_material_you_title" /> |