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 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"
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"
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"
You can’t perform that action at this time.
0 commit comments