aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-07 22:47:28 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-07 22:47:28 +0000
commitcc772b532496c455f16266003699553e2b65b6d3 (patch)
tree27b46b63b79979ca8b6fee86e6762baa9bd4c9d1 /app/src/main/res/xml
parent4604e1b366c71620da1862acdbe10937bd90436d (diff)
downloadinfinity-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')
-rw-r--r--app/src/main/res/xml/advanced_preferences.xml3
-rw-r--r--app/src/main/res/xml/file_paths.xml2
-rw-r--r--app/src/main/res/xml/notification_preferences.xml3
-rw-r--r--app/src/main/res/xml/post_details_preferences.xml3
-rw-r--r--app/src/main/res/xml/sort_type_preferences.xml3
-rw-r--r--app/src/main/res/xml/time_format_preferences.xml3
6 files changed, 6 insertions, 11 deletions
diff --git a/app/src/main/res/xml/advanced_preferences.xml b/app/src/main/res/xml/advanced_preferences.xml
index dc67fe4d..538a5f2e 100644
--- a/app/src/main/res/xml/advanced_preferences.xml
+++ b/app/src/main/res/xml/advanced_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.CustomFontPreference
app:key="delete_all_subreddits_data_in_database"
diff --git a/app/src/main/res/xml/file_paths.xml b/app/src/main/res/xml/file_paths.xml
index 25648473..38ece673 100644
--- a/app/src/main/res/xml/file_paths.xml
+++ b/app/src/main/res/xml/file_paths.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<paths xmlns:android="http://schemas.android.com/apk/res/android">
+<paths>
<external-path name="external_app_storage" path="." />
</paths> \ No newline at end of file
diff --git a/app/src/main/res/xml/notification_preferences.xml b/app/src/main/res/xml/notification_preferences.xml
index f9c292c4..27c1adaa 100644
--- a/app/src/main/res/xml/notification_preferences.xml
+++ b/app/src/main/res/xml/notification_preferences.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
+<androidx.preference.PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="true"
diff --git a/app/src/main/res/xml/post_details_preferences.xml b/app/src/main/res/xml/post_details_preferences.xml
index 366b9a98..0cbf770f 100644
--- a/app/src/main/res/xml/post_details_preferences.xml
+++ b/app/src/main/res/xml/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"
diff --git a/app/src/main/res/xml/sort_type_preferences.xml b/app/src/main/res/xml/sort_type_preferences.xml
index c985faf5..aa555f67 100644
--- a/app/src/main/res/xml/sort_type_preferences.xml
+++ b/app/src/main/res/xml/sort_type_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"
diff --git a/app/src/main/res/xml/time_format_preferences.xml b/app/src/main/res/xml/time_format_preferences.xml
index b3ff0807..233a1cbf 100644
--- a/app/src/main/res/xml/time_format_preferences.xml
+++ b/app/src/main/res/xml/time_format_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="false"
app:key="show_elapsed_time"