Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremasty <emasty@gmail.com>2019-12-29 01:43:15 +0300
committeremasty <emasty@gmail.com>2019-12-29 16:19:26 +0300
commitce9a64d57d2a0a1cacbb5d784ff7cf732ea47d7f (patch)
tree3173faf13bdaa5aa206d7f9dfeb1e64b51cd81dc /News-Android-App/src/main/res/xml
parent91a84fdaba99c6df93d3f89ae8f454e418436bc6 (diff)
Mark all as read fast action
Prepared app for fast-actions in the bottom screen area. Started with implementing a fast actionf or mark all article as read. Signed-off-by: emasty <emasty@gmail.com>
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_general.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_general.xml b/News-Android-App/src/main/res/xml/pref_general.xml
index 0ee9f9a5..c90cced3 100644
--- a/News-Android-App/src/main/res/xml/pref_general.xml
+++ b/News-Android-App/src/main/res/xml/pref_general.xml
@@ -79,6 +79,11 @@
app:iconSpaceReserved="false"/>
<SwitchPreference
+ android:key="cb_ShowFastActions"
+ android:title="@string/pref_title_ShowFastActions"
+ app:iconSpaceReserved="false"/>
+
+ <SwitchPreference
android:key="cb_openInBrowserDirectly"
android:title="@string/pref_title_OpenInBrowserDirectly"
app:iconSpaceReserved="false"/>