aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/theme_preferences.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-11-12 04:07:35 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-11-12 04:07:35 +0000
commit95a9215ec8159c01bada1d07bb7b647372016b80 (patch)
treef4b876a918856438f97a33e1b14731adf72f561a /app/src/main/res/xml/theme_preferences.xml
parentf9834f644c15b0b9e3be4c83a580506aec30ccfe (diff)
downloadinfinity-for-reddit-95a9215ec8159c01bada1d07bb7b647372016b80.tar
infinity-for-reddit-95a9215ec8159c01bada1d07bb7b647372016b80.tar.gz
infinity-for-reddit-95a9215ec8159c01bada1d07bb7b647372016b80.tar.bz2
infinity-for-reddit-95a9215ec8159c01bada1d07bb7b647372016b80.tar.lz
infinity-for-reddit-95a9215ec8159c01bada1d07bb7b647372016b80.tar.xz
infinity-for-reddit-95a9215ec8159c01bada1d07bb7b647372016b80.tar.zst
infinity-for-reddit-95a9215ec8159c01bada1d07bb7b647372016b80.zip
Disable swipe action when there are more than 1 column in PostFragment.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/theme_preferences.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml
index a520fc49..f4fb02a8 100644
--- a/app/src/main/res/xml/theme_preferences.xml
+++ b/app/src/main/res/xml/theme_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">
<ListPreference
app:defaultValue="2"
@@ -42,7 +41,7 @@
app:title="@string/settings_manage_themes_title" />
<Preference
- android:icon="@drawable/ic_info_preference_24dp"
+ app:icon="@drawable/ic_info_preference_24dp"
app:summary="@string/settings_custom_theme_cannot_apply_to_settings_page_summary"
app:enabled="false" />