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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/pubkey.xml b/res/layout/pubkey.xml
index d22fc5c..f031e3c 100644
--- a/res/layout/pubkey.xml
+++ b/res/layout/pubkey.xml
@@ -3,20 +3,20 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content">
- <Button id="@+id/generate"
+ <Button android:id="@+id/generate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_marginLeft="10dip"
android:text="@string/button_generate" />
- <TextView id="@+id/keyName"
+ <TextView android:id="@+id/keyName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/generate"
android:text="Username:"/>
- <Button id="@+id/ok"
+ <Button android:id="@+id/ok"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/keyName"
@@ -24,7 +24,7 @@
android:layout_marginLeft="10dip"
android:text="@string/button_ok" />
- <Button id="@+id/cancel"
+ <Button android:id="@+id/cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLeft="@id/ok"