Skip to content

Commit 26b3ab7

Browse files
committed
feat(UI): migrate to Material Design 3
1 parent 79f51c6 commit 26b3ab7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

feature-add/src/main/res/layout/activity_add.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
<com.google.android.material.textfield.TextInputLayout
2525
android:id="@+id/emailEditText"
26+
style="?attr/textInputFilledStyle"
2627
android:layout_width="0dp"
2728
android:layout_height="wrap_content"
2829
android:layout_marginStart="16dp"
@@ -53,6 +54,7 @@
5354

5455
<com.google.android.material.textfield.TextInputLayout
5556
android:id="@+id/firstNameEditText"
57+
style="?attr/textInputFilledStyle"
5658
android:layout_width="0dp"
5759
android:layout_height="wrap_content"
5860
android:layout_marginStart="16dp"
@@ -83,6 +85,7 @@
8385

8486
<com.google.android.material.textfield.TextInputLayout
8587
android:id="@+id/lastNameEditText"
88+
style="?attr/textInputFilledStyle"
8689
android:layout_width="0dp"
8790
android:layout_height="wrap_content"
8891
android:layout_marginStart="16dp"

0 commit comments

Comments
 (0)