summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-09 15:42:49 +0300
committerAndrew Dolgov <[email protected]>2018-07-09 15:43:25 +0300
commit30eb8d9363eaf985e3b42b8403a73cfcb72e9c6d (patch)
treeb71c038eee47665da34d5b9316f8791c1ae5e1c7 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent26058c1a62579abe3babe0957460236b9ca2bc6f (diff)
split network-related preferences to a separate screen
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml9
1 files changed, 7 insertions, 2 deletions
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" >
</EditTextPreference>
+
+ <Preference
+ android:key="network_settings"
+ android:title="@string/prefs_network_settings" />
+
</PreferenceCategory>
- <PreferenceCategory android:title="@string/ssl" >
+ <!-- <PreferenceCategory android:title="@string/ssl" >
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
android:key="ssl_trust_any"
@@ -48,7 +53,7 @@
android:singleLine="true"
android:title="@string/password" >
</EditTextPreference>
- </PreferenceCategory>
+ </PreferenceCategory> -->
<PreferenceCategory
android:key="category_look_and_feel"
android:title="@string/look_and_feel" >