From 30eb8d9363eaf985e3b42b8403a73cfcb72e9c6d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 9 Jul 2018 15:42:49 +0300 Subject: split network-related preferences to a separate screen --- org.fox.ttrss/src/main/res/xml/preferences.xml | 9 +++++-- .../src/main/res/xml/preferences_network.xml | 29 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100755 org.fox.ttrss/src/main/res/xml/preferences_network.xml (limited to 'org.fox.ttrss/src/main/res/xml') diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index 9d0178ce..cdf952a6 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -22,8 +22,13 @@ android:summary="@string/ttrss_url_summary" android:title="@string/ttrss_url" > + + + - + diff --git a/org.fox.ttrss/src/main/res/xml/preferences_network.xml b/org.fox.ttrss/src/main/res/xml/preferences_network.xml new file mode 100755 index 00000000..8d1469d5 --- /dev/null +++ b/org.fox.ttrss/src/main/res/xml/preferences_network.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + -- cgit v1.2.3