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:
authordk.mailbox@gmx.net <dk.mailbox@gmx.net>2018-10-03 00:08:32 +0300
committerdk.mailbox@gmx.net <dk.mailbox@gmx.net>2018-10-03 00:08:32 +0300
commiteb21ac7a5439ca98411f6553225b33aac80c8f36 (patch)
treea0228c71c71e3d7826984c7e07bac200364d5abb /News-Android-App/src/main/res/xml
parent7efee8f5f923f8590a2d7b8a0eac18d91840a8e8 (diff)
oled mode switch
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_display.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_display.xml b/News-Android-App/src/main/res/xml/pref_display.xml
index 08fc9103..27d7de2e 100644
--- a/News-Android-App/src/main/res/xml/pref_display.xml
+++ b/News-Android-App/src/main/res/xml/pref_display.xml
@@ -12,8 +12,13 @@
android:entryValues="@array/pref_display_apptheme_values"
android:key="sp_app_theme"
android:title="@string/pref_title_app_theme" />
-
-
+
+ <SwitchPreference
+ android:key="cb_oled_mode"
+ android:title="@string/pref_oled_mode"
+ android:summary="@string/pref_oled_mode_summary"/>
+
+
<ListPreference
android:defaultValue="0"
android:entries="@array/pref_display_feed_list_layout"