aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-24 23:08:37 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-24 23:08:37 +0000
commita92df389bc091f288116a292fd265e1986814865 (patch)
tree43b2dfe6b23e6e97380f777235d6532fbc930e09 /res/layout
parent5b1352c54c66fbe3307e7ff22e0543dc47f76da6 (diff)
downloadconnectbot-a92df389bc091f288116a292fd265e1986814865.tar.gz
connectbot-a92df389bc091f288116a292fd265e1986814865.tar.bz2
connectbot-a92df389bc091f288116a292fd265e1986814865.zip
Updated for 0.9 SDK
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/host_editor.xml2
-rw-r--r--res/layout/main.xml1
-rw-r--r--res/layout/pubkey.xml2
3 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/host_editor.xml b/res/layout/host_editor.xml
index c25f98f..ced7653 100644
--- a/res/layout/host_editor.xml
+++ b/res/layout/host_editor.xml
@@ -47,7 +47,7 @@
<Button android:id="@+id/cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_toLeft="@id/add"
+ android:layout_toLeftOf="@id/add"
android:layout_alignTop="@id/add"
android:text="@string/button_cancel" />
</RelativeLayout> \ No newline at end of file
diff --git a/res/layout/main.xml b/res/layout/main.xml
index ec1ce98..9219a8f 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
+
<TextView android:id="@+id/shell"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
diff --git a/res/layout/pubkey.xml b/res/layout/pubkey.xml
index f031e3c..1c2828a 100644
--- a/res/layout/pubkey.xml
+++ b/res/layout/pubkey.xml
@@ -27,7 +27,7 @@
<Button android:id="@+id/cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_toLeft="@id/ok"
+ android:layout_toLeftOf="@id/ok"
android:layout_alignTop="@id/ok"
android:text="@string/button_cancel" />
</RelativeLayout> \ No newline at end of file