From e21da762dc99cfa6e8881a5c1ac2aa892de7762e Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 26 Aug 2018 20:28:26 +0200 Subject: make QUICK_SHARE_ATTACHMENT_CHOICE configurable --- src/main/res/values/defaults.xml | 1 + src/main/res/values/strings.xml | 2 ++ src/main/res/xml/preferences.xml | 5 +++++ 3 files changed, 8 insertions(+) (limited to 'src/main/res') diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index 98509a48e..214dbe642 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -108,6 +108,7 @@ small false true + true pix-art.de diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 47a01d3c9..f5dabc615 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -810,4 +810,6 @@ Pix-Art Messenger needs access to location services Show record voice button in chats as quick action Show record voice button + Replace send button with attachment choice if no message is typed. Otherwise show quick actions, which can be cofigured in the following setting. + Attachment choice diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 31ca6158b..b4edb7a34 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -38,6 +38,11 @@ android:key="presence_colored_names" android:summary="@string/pref_use_colored_names_to_indicate_status_summary" android:title="@string/pref_use_colored_names_to_indicate_status" /> +