summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-15 15:55:42 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-15 15:55:42 +0200
commitda71678b6633f5eedcd1761900018a81ecb6fadb (patch)
tree9b11eaaf98e3261b856848406058d4655bec9de5 /res
parent5594d149a6ce40ae39033a3b104c728caf2ca237 (diff)
downloadAntennaPod-da71678b6633f5eedcd1761900018a81ecb6fadb.zip
Implemented 'about'-Activity
Diffstat (limited to 'res')
-rw-r--r--res/layout/about.xml12
-rw-r--r--res/xml/preferences.xml3
2 files changed, 13 insertions, 2 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml
new file mode 100644
index 000000000..acde9d786
--- /dev/null
+++ b/res/layout/about.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
+ <WebView
+ android:id="@+id/webvAbout"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</LinearLayout> \ No newline at end of file
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index daf6511df..ef8d7a299 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -44,8 +44,7 @@
</Preference>
</PreferenceCategory>
<PreferenceCategory android:title="@string/other_pref" >
- <Preference android:title="@string/version_pref" />
- <Preference android:title="@string/about_pref" />
+ <Preference android:title="@string/about_pref" android:key="prefAbout"/>
</PreferenceCategory>
</PreferenceScreen> \ No newline at end of file