aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/about_dialog.xml11
-rw-r--r--res/layout/password_dialog.xml3
2 files changed, 13 insertions, 1 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
diff --git a/res/layout/password_dialog.xml b/res/layout/password_dialog.xml
index 40b0359..df42486 100644
--- a/res/layout/password_dialog.xml
+++ b/res/layout/password_dialog.xml
@@ -1,7 +1,8 @@
<?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:layout_height="wrap_content"
+ android:theme="@android:style/Theme.Dialog">
<TextView id="@+id/passwordLabel"
android:layout_width="fill_parent"