|
@@ -16,31 +16,25 @@
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
android:id="@+id/username"
|
|
android:id="@+id/username"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content" />
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:inputType="text" />
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:hint="@string/password">
|
|
|
|
|
|
+ android:hint="@string/password"
|
|
|
|
+ app:endIconMode="password_toggle">
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
android:id="@+id/password"
|
|
android:id="@+id/password"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:ems="10"
|
|
|
|
android:inputType="textPassword" />
|
|
android:inputType="textPassword" />
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|
- <CheckBox
|
|
|
|
- android:id="@+id/show_password"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
- android:text="@string/show_password" />
|
|
|
|
-
|
|
|
|
<com.dd.processbutton.iml.ActionProcessButton
|
|
<com.dd.processbutton.iml.ActionProcessButton
|
|
android:id="@+id/login"
|
|
android:id="@+id/login"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|