summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-17 15:03:21 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-17 15:03:21 +0200
commit51a5902fd95bf86ee57c47547920df62ba9dbf42 (patch)
treeb440ff43a9eb8488a0213f4b804f1ee0700f5104 /res/xml/preferences.xml
parente015308b955c3822fe82834bde91c5e84acc0634 (diff)
downloadAntennaPod-51a5902fd95bf86ee57c47547920df62ba9dbf42.zip
Added settings activity
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
new file mode 100644
index 000000000..c387014f8
--- /dev/null
+++ b/res/xml/preferences.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
+ <PreferenceCategory android:title="@string/other_pref">
+ <Preference android:title="@string/version_pref"/>
+ <Preference android:title="@string/about_pref"/>
+ </PreferenceCategory>
+
+
+</PreferenceScreen> \ No newline at end of file