diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-07 22:47:28 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-07 22:47:28 +0000 |
commit | cc772b532496c455f16266003699553e2b65b6d3 (patch) | |
tree | 27b46b63b79979ca8b6fee86e6762baa9bd4c9d1 /app/src/main/res/xml-sw600dp | |
parent | 4604e1b366c71620da1862acdbe10937bd90436d (diff) | |
download | infinity-for-reddit-cc772b532496c455f16266003699553e2b65b6d3.tar infinity-for-reddit-cc772b532496c455f16266003699553e2b65b6d3.tar.gz infinity-for-reddit-cc772b532496c455f16266003699553e2b65b6d3.tar.bz2 infinity-for-reddit-cc772b532496c455f16266003699553e2b65b6d3.tar.lz infinity-for-reddit-cc772b532496c455f16266003699553e2b65b6d3.tar.xz infinity-for-reddit-cc772b532496c455f16266003699553e2b65b6d3.tar.zst infinity-for-reddit-cc772b532496c455f16266003699553e2b65b6d3.zip |
Remove Butter Knife. Optimize imports.
Diffstat (limited to 'app/src/main/res/xml-sw600dp')
-rw-r--r-- | app/src/main/res/xml-sw600dp/post_details_preferences.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/xml-sw600dp/post_details_preferences.xml b/app/src/main/res/xml-sw600dp/post_details_preferences.xml index 036673f3..ade811d4 100644 --- a/app/src/main/res/xml-sw600dp/post_details_preferences.xml +++ b/app/src/main/res/xml-sw600dp/post_details_preferences.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto"> +<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"> <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference app:defaultValue="true" |