aboutsummaryrefslogtreecommitdiffstats
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.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/about_dialog.xml b/res/layout/about_dialog.xml
new file mode 100644
index 0000000..56e265c
--- /dev/null
+++ b/res/layout/about_dialog.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:theme="@android:style/Theme.Dialog">
+
+ <TextView id="@+id/copyright"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/msg_copyright"/>
+</RelativeLayout> \ No newline at end of file