aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/pubkey.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/pubkey.xml')
-rw-r--r--res/layout/pubkey.xml2
1 files changed, 1 insertions, 1 deletions
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