aboutsummaryrefslogtreecommitdiff
path: root/res/layout/about_dialog.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-14 01:00:56 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-14 01:00:56 +0000
commit19e189ef9ed67f382fea00e48f997ce8e979f030 (patch)
tree1ccd78f3152c19de6c7f14861b1a7d2d7ae92efa /res/layout/about_dialog.xml
parent16721bd07d3dd892631d82024a259997cd152ba4 (diff)
downloadsouthamptonuniversitymap-19e189ef9ed67f382fea00e48f997ce8e979f030.tar
southamptonuniversitymap-19e189ef9ed67f382fea00e48f997ce8e979f030.tar.gz
Update for beta release.
Diffstat (limited to 'res/layout/about_dialog.xml')
-rw-r--r--res/layout/about_dialog.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/res/layout/about_dialog.xml b/res/layout/about_dialog.xml
deleted file mode 100644
index 03a68ad..0000000
--- a/res/layout/about_dialog.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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