Set default textInputStyle (fixes #2926)

This commit is contained in:
arkon
2020-04-22 18:20:38 -04:00
parent 34f7e4d448
commit ab97de2763
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/username_label"
style="@style/Theme.Widget.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/username">
@@ -22,7 +21,6 @@
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
style="@style/Theme.Widget.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/password">