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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user