Add an option to enable swipe action. Fix text color in FlairBottomSheetFragment.

This commit is contained in:
Alex Ning
2020-09-15 23:43:26 +08:00
parent 7c23be5d2f
commit 9444599f4b
7 changed files with 44 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<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"