Cleaned up and optimized

This commit is contained in:
Caesar2011
2018-10-19 19:09:50 +02:00
parent 4f2cb4be8c
commit 6e45f1f660
10 changed files with 51 additions and 43 deletions

View File

@@ -30,7 +30,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textEmailAddress"
android:hint="@string/username" />
android:hint="@string/username"
android:autofillHints="username"
tools:targetApi="o" />
</com.google.android.material.textfield.TextInputLayout>
<!-- Password Label -->
@@ -43,7 +45,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"
android:hint="@string/password"/>
android:hint="@string/password"
android:autofillHints="password"
tools:targetApi="o"/>
</com.google.android.material.textfield.TextInputLayout>
<androidx.appcompat.widget.AppCompatButton