aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/edit_key.xml28
-rw-r--r--res/layout/edit_key_user_id_item.xml6
2 files changed, 31 insertions, 3 deletions
diff --git a/res/layout/edit_key.xml b/res/layout/edit_key.xml
index 0b441b0a2..88be75d86 100644
--- a/res/layout/edit_key.xml
+++ b/res/layout/edit_key.xml
@@ -32,7 +32,33 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
- android:layout_marginRight="?android:attr/scrollbarSize"/>
+ android:layout_marginRight="?android:attr/scrollbarSize">
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+
+ <View
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"/>
+
+ <Button
+ android:id="@+id/btn_change_pass_phrase"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="2"
+ android:text="@string/btn_setPassPhrase"/>
+
+ <View
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"/>
+
+ </LinearLayout>
+
+ </LinearLayout>
</ScrollView>
diff --git a/res/layout/edit_key_user_id_item.xml b/res/layout/edit_key_user_id_item.xml
index 6164cf767..2dc383a01 100644
--- a/res/layout/edit_key_user_id_item.xml
+++ b/res/layout/edit_key_user_id_item.xml
@@ -59,7 +59,8 @@
android:id="@+id/name"
android:layout_weight="1"
android:layout_height="wrap_content"
- android:layout_width="fill_parent"/>
+ android:layout_width="fill_parent"
+ android:inputType="textPersonName|textCapWords"/>
</TableRow>
@@ -77,7 +78,8 @@
android:id="@+id/email"
android:layout_weight="1"
android:layout_height="wrap_content"
- android:layout_width="fill_parent"/>
+ android:layout_width="fill_parent"
+ android:inputType="textEmailAddress"/>
</TableRow>