|
|
@@ -27,6 +27,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/etUserName"
|
|
|
+ style="@style/AppTheme"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="32dp"
|
|
|
@@ -41,6 +42,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/etUserPassword"
|
|
|
+ style="@style/AppTheme"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="32dp"
|
|
|
@@ -56,7 +58,7 @@
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btnLogin"
|
|
|
- style="@style/Widget.AppCompat.Button.Colored"
|
|
|
+ style="@style/Widget.MaterialComponents.Button"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="32dp"
|
|
|
@@ -70,7 +72,7 @@
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btnRegistration"
|
|
|
- style="@style/Widget.AppCompat.Button.Borderless.Colored"
|
|
|
+ style="@style/Widget.MaterialComponents.Button.OutlinedButton"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="32dp"
|