aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/about_dialog.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-03-16 08:04:33 +0000
committerKenny Root <kenny@the-b.org>2008-03-16 08:04:33 +0000
commit2d555d046e185b229a688817ac78e7e277e5b391 (patch)
treed96ae91d3afdaa43e65d92a1724ae3c10a70278a /res/layout/about_dialog.xml
parentc9c36c1e2aa66708c8cff728e2e4b02de1ec08a7 (diff)
downloadconnectbot-2d555d046e185b229a688817ac78e7e277e5b391.tar.gz
connectbot-2d555d046e185b229a688817ac78e7e277e5b391.tar.bz2
connectbot-2d555d046e185b229a688817ac78e7e277e5b391.zip
Initial update for Android SDK M5 support.
Diffstat (limited to 'res/layout/about_dialog.xml')
-rw-r--r--res/layout/about_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/about_dialog.xml b/res/layout/about_dialog.xml
index 9a515fc..9ef62bc 100644
--- a/res/layout/about_dialog.xml
+++ b/res/layout/about_dialog.xml
@@ -5,7 +5,7 @@
android:layout_height="64px"
android:theme="@android:style/Theme.Dialog">
- <ImageView id="@+id/icon"
+ <ImageView android:id="@+id/icon"
android:layout_width="75px"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -13,7 +13,7 @@
android:minWidth="64px"
android:src="@drawable/icon"/>
- <TextView id="@+id/copyright"
+ <TextView android:id="@+id/copyright"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingLeft="10dip"