aboutsummaryrefslogtreecommitdiff
path: root/res/layout/about_dialog.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-04 21:15:15 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-04 21:15:15 +0000
commit9f0e1e1520070a2d73137f799538c44c42c47c0c (patch)
tree0be4f0a3484ac1cec6078b3c997d3db79820b6af /res/layout/about_dialog.xml
downloadsouthamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar
southamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar.gz
Initial commit.
Diffstat (limited to 'res/layout/about_dialog.xml')
-rw-r--r--res/layout/about_dialog.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/layout/about_dialog.xml b/res/layout/about_dialog.xml
new file mode 100644
index 0000000..03a68ad
--- /dev/null
+++ b/res/layout/about_dialog.xml
@@ -0,0 +1,33 @@
+<?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:orientation="vertical" >
+
+ <TextView
+ android:id="@+id/textView1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/app_name"
+ android:textAppearance="?android:attr/textAppearanceLarge" />
+
+ <TextView
+ android:id="@+id/textView2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/about_menu_instruction_text" />
+
+ <ExpandableListView
+ android:id="@+id/helpExpandableListView"
+ android:layout_width="fill_parent"
+ android:layout_height="0dip"
+ android:layout_weight="0.05" >
+ </ExpandableListView>
+
+ <Button
+ android:id="@+id/donateButton"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/donate_button" />
+
+</LinearLayout> \ No newline at end of file