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

This commit is contained in:
Thialfihar
2010-07-23 12:57:02 +00:00
parent 15461e4720
commit 2407f3b989
8 changed files with 66 additions and 37 deletions

View File

@@ -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>