From 2407f3b9892ddb0d34cfc5c674b6d4e3a6d06b51 Mon Sep 17 00:00:00 2001 From: Thialfihar Date: Fri, 23 Jul 2010 12:57:02 +0000 Subject: have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress --- res/layout/edit_key.xml | 28 +++++++++++++++- res/layout/edit_key_user_id_item.xml | 6 ++-- res/values-da/strings.xml | 6 ++-- res/values-de/strings.xml | 6 ++-- res/values-it/strings.xml | 6 ++-- res/values-sl/strings.xml | 6 ++-- res/values/strings.xml | 6 ++-- .../thialfihar/android/apg/EditKeyActivity.java | 39 +++++++++++----------- 8 files changed, 66 insertions(+), 37 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"> + + + + + +