aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
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