summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-09 17:03:35 +0300
committerAndrew Dolgov <[email protected]>2015-02-09 17:03:35 +0300
commitff0d4c600518ca7859d9e0b5261f9a3450f7a154 (patch)
tree31675885a36d87ba30e9a49687abb2bc9661b225 /org.fox.ttrss/src/main/res/xml
parent53a5944dff020059db4ffc4135814998f7f71f73 (diff)
add version to preference xml
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index b9087b22..dc9216f9 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -189,4 +189,9 @@
android:title="@string/transport_debugging" />
</PreferenceCategory>
+ <Preference
+ android:key="version"
+ android:enabled="false"
+ android:title="@string/version" />
+
</PreferenceScreen>