summaryrefslogtreecommitdiffstats
path: root/res/layout/about_layout.xml
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-27 17:50:27 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-27 17:50:27 +0200
commit4a13778ae23054fe52529f9fcc4ed55940e8cfbf (patch)
tree157411c7db9b2d954773f1f9f4c86ff13066a92e /res/layout/about_layout.xml
parentd6faabdfba24aa85683f21595661063166a3d940 (diff)
downloadUnicodeMap-4a13778ae23054fe52529f9fcc4ed55940e8cfbf.tar.gz
UnicodeMap-4a13778ae23054fe52529f9fcc4ed55940e8cfbf.tar.bz2
UnicodeMap-4a13778ae23054fe52529f9fcc4ed55940e8cfbf.zip
Had forgotten to commit about_layout.xml :-(
I hate this, it happens all the time. And this time I can't even rewrite history because I published hashes all over the place. This means release 0.0.1 is BROKEN. :-(((
Diffstat (limited to 'res/layout/about_layout.xml')
-rw-r--r--res/layout/about_layout.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/layout/about_layout.xml b/res/layout/about_layout.xml
new file mode 100644
index 0000000..f1ab2c7
--- /dev/null
+++ b/res/layout/about_layout.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="10dp"
+ android:orientation="vertical">
+ <TextView android:id="@+id/aboutText"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/about_text" />
+ <Button android:id="@+id/aboutOk"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/ok_button" />
+</LinearLayout>