|
@@ -30,6 +30,9 @@
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
android:layout_margin="10dp"
|
|
android:layout_margin="10dp"
|
|
|
android:hint="Old password *required"
|
|
android:hint="Old password *required"
|
|
|
|
|
+ android:maxLines="1"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:inputType="textPassword"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<EditText
|
|
<EditText
|
|
@@ -38,6 +41,9 @@
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
android:layout_margin="10dp"
|
|
android:layout_margin="10dp"
|
|
|
android:hint="New password *required"
|
|
android:hint="New password *required"
|
|
|
|
|
+ android:maxLines="1"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:inputType="textPassword"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<EditText
|
|
<EditText
|
|
@@ -46,6 +52,9 @@
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
android:layout_margin="10dp"
|
|
android:layout_margin="10dp"
|
|
|
android:hint="Confirm new password *required"
|
|
android:hint="Confirm new password *required"
|
|
|
|
|
+ android:maxLines="1"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:inputType="textPassword"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|