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:
authorChristine Emrich <christine.emrich@web.de>2015-11-17 19:13:15 +0300
committerChristine Emrich <christine.emrich@web.de>2015-11-17 19:13:15 +0300
commita087fe08b92397110f42ac6f0a5668f20fcd24ca (patch)
treeb1305705092d407b241824ac114d561c4200fa9d /News-Android-App/src/main/res/xml
parent786fbd303d7f6dddc51b37a7057d7a6cd3389019 (diff)
parent883767b64e2648afc3f04f24ba9b1c774c860c96 (diff)
Merge branch 'master' of https://github.com/owncloud/News-Android-App into android-lint-fixes
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_general_legacy.xml32
-rw-r--r--News-Android-App/src/main/res/xml/pref_notification_legacy.xml8
2 files changed, 0 insertions, 40 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_general_legacy.xml b/News-Android-App/src/main/res/xml/pref_general_legacy.xml
deleted file mode 100644
index 469e5216..00000000
--- a/News-Android-App/src/main/res/xml/pref_general_legacy.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
-
-
- <CheckBoxPreference
- android:key="cb_AutoSyncOnStart"
- android:title="@string/pref_title_AutoSyncOnStart" />
-
- <CheckBoxPreference
- android:key="cb_ShowOnlyUnread"
- android:title="@string/pref_title_ShowOnlyUnread" />
-
- <CheckBoxPreference
- android:key="cb_NavigateWithVolumeButtons"
- android:title="@string/pref_title_NavigateWithVolumeButtons" />
-
- <CheckBoxPreference
- android:key="cb_MarkAsReadWhileScrolling"
- android:title="@string/pref_title_MarkAsReadWhileScrolling" />
-
- <CheckBoxPreference
- android:key="cb_openInBrowserDirectly"
- android:title="@string/pref_title_OpenInBrowserDirectly" />
-
-
- <ListPreference
- android:defaultValue="1"
- android:entries="@array/pref_general_sort_order"
- android:entryValues="@array/pref_general_sort_order_values_not_translated"
- android:key="sp_sort_order"
- android:title="@string/pref_title_general_sort_order" />
-
-</PreferenceScreen> \ No newline at end of file
diff --git a/News-Android-App/src/main/res/xml/pref_notification_legacy.xml b/News-Android-App/src/main/res/xml/pref_notification_legacy.xml
deleted file mode 100644
index 6ad20fd4..00000000
--- a/News-Android-App/src/main/res/xml/pref_notification_legacy.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <CheckBoxPreference
- android:defaultValue="1"
- android:key="cb_showNotificationNewArticles"
- android:title="@string/pref_title_notification_new_articles_available" />
-
-</PreferenceScreen> \ No newline at end of file