aboutsummaryrefslogtreecommitdiff
path: root/res/layout/about_dialog.xml
diff options
context:
space:
mode:
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