File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
feature-add/src/main/res/layout Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<com .google.android.material.textfield.TextInputLayout
25
25
android : id =" @+id/emailEditText"
26
+ style =" ?attr/textInputFilledStyle"
26
27
android : layout_width =" 0dp"
27
28
android : layout_height =" wrap_content"
28
29
android : layout_marginStart =" 16dp"
53
54
54
55
<com .google.android.material.textfield.TextInputLayout
55
56
android : id =" @+id/firstNameEditText"
57
+ style =" ?attr/textInputFilledStyle"
56
58
android : layout_width =" 0dp"
57
59
android : layout_height =" wrap_content"
58
60
android : layout_marginStart =" 16dp"
83
85
84
86
<com .google.android.material.textfield.TextInputLayout
85
87
android : id =" @+id/lastNameEditText"
88
+ style =" ?attr/textInputFilledStyle"
86
89
android : layout_width =" 0dp"
87
90
android : layout_height =" wrap_content"
88
91
android : layout_marginStart =" 16dp"
You can’t perform that action at this time.
0 commit comments