aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-08-05 18:13:19 +0200
committerChristian Schneppe <christian@pix-art.de>2018-08-05 18:13:19 +0200
commitbbb53526f80c14d9ddc0f25ad5516a600e1868fa (patch)
treeb2493a52a8eefd377e2b5986f42a82886d2b3247 /src/main/res/xml/preferences.xml
parentb890f6e78f69f55a553d2fff92b0e82e10d97af2 (diff)
add a quick action for voice recording
* is enabled as default * can be disabled in settings
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 49de3cfc0..31ca6158b 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -47,6 +47,11 @@
android:summary="@string/pref_quick_action_summary"
android:title="@string/pref_quick_action" />
<CheckBoxPreference
+ android:defaultValue="@bool/show_record_voice_btn"
+ android:key="show_record_voice_btn"
+ android:summary="@string/pref_show_record_voice_btn_summary"
+ android:title="@string/pref_show_record_voice_btn" />
+ <CheckBoxPreference
android:defaultValue="@bool/use_max_brightness"
android:key="use_max_brightness"
android:summary="@string/pref_use_max_brightness_summary"