aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2007-11-18 03:21:34 +0000
committerKenny Root <kenny@the-b.org>2007-11-18 03:21:34 +0000
commit0a4ee03304d605e7e1383aa37ff2c355a383caff (patch)
treeaacea4b286edc11af5fb894a4fa199fe15e866d3 /res/layout
parent11b618d960d482d73c339ac76308ff7183275cc0 (diff)
downloadconnectbot-0a4ee03304d605e7e1383aa37ff2c355a383caff.tar.gz
connectbot-0a4ee03304d605e7e1383aa37ff2c355a383caff.tar.bz2
connectbot-0a4ee03304d605e7e1383aa37ff2c355a383caff.zip
Added about screen and icon.
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"