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:
authorDavid Development <david-dev@live.de>2015-06-09 22:25:09 +0300
committerDavid Development <david-dev@live.de>2015-06-09 22:25:09 +0300
commitde2e69a585199815cb48530e76dbd7967b8e6cca (patch)
tree59634449c502a259d8f48302b45a49f9e42494fa /News-Android-App/src/main/res/xml
parentc22fe837d2aef65dbfed39dca7c29336330751cf (diff)
Fix #350
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_display.xml8
1 files changed, 4 insertions, 4 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 b7a778e3..abdedfe2 100644
--- a/News-Android-App/src/main/res/xml/pref_display.xml
+++ b/News-Android-App/src/main/res/xml/pref_display.xml
@@ -24,10 +24,10 @@
<ListPreference
android:defaultValue="2"
- android:entries="@array/pref_display_font"
- android:entryValues="@array/pref_display_font_values"
- android:key="sp_font"
- android:title="@string/pref_display_font_layout" />
+ android:entries="@array/pref_title_lines_count"
+ android:entryValues="@array/pref_title_lines_count_values"
+ android:key="sp_title_lines_count"
+ android:title="@string/pref_display_title_lines_count" />
<!--
This preference simply launches an intent when selected. Use this UI sparingly, per