aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-09-15 15:43:26 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-09-15 15:43:26 +0000
commit9444599f4b4db7f41abc8f80c1826467e3cd402a (patch)
treeb249ddb3d841ba6528d1fb4135eaa0cbde2845af /app/src/main/res/xml
parent7c23be5d2fc583e1aa1aa251287fee4c35f2c751 (diff)
downloadinfinity-for-reddit-9444599f4b4db7f41abc8f80c1826467e3cd402a.tar
infinity-for-reddit-9444599f4b4db7f41abc8f80c1826467e3cd402a.tar.gz
infinity-for-reddit-9444599f4b4db7f41abc8f80c1826467e3cd402a.tar.bz2
infinity-for-reddit-9444599f4b4db7f41abc8f80c1826467e3cd402a.tar.lz
infinity-for-reddit-9444599f4b4db7f41abc8f80c1826467e3cd402a.tar.xz
infinity-for-reddit-9444599f4b4db7f41abc8f80c1826467e3cd402a.tar.zst
infinity-for-reddit-9444599f4b4db7f41abc8f80c1826467e3cd402a.zip
Add an option to enable swipe action. Fix text color in FlairBottomSheetFragment.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/swipe_action_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/swipe_action_preferences.xml b/app/src/main/res/xml/swipe_action_preferences.xml
index 8cf502b8..423035a7 100644
--- a/app/src/main/res/xml/swipe_action_preferences.xml
+++ b/app/src/main/res/xml/swipe_action_preferences.xml
@@ -2,6 +2,11 @@
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<SwitchPreference
+ app:defaultValue="false"
+ app:key="enable_swipe_action"
+ app:title="@string/settings_enable_swipe_action_title" />
+
+ <SwitchPreference
app:defaultValue="true"
app:key="vibrate_when_action_triggered"
app:title="@string/settings_vibrate_when_action_triggered_title" />