File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
library/src/main/res/layout Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ License.
1616<com .google.android.material.textfield.TextInputLayout
1717 android : id =" @+id/text_input_layout"
1818 xmlns : android =" http://schemas.android.com/apk/res/android"
19+ xmlns : app =" http://schemas.android.com/apk/res-auto"
1920 android : layout_width =" match_parent"
2021 android : layout_height =" wrap_content"
2122 android : layout_marginEnd =" @dimen/dialog_right_padding"
2223 android : layout_marginLeft =" @dimen/dialog_left_padding"
2324 android : layout_marginRight =" @dimen/dialog_right_padding"
24- android : layout_marginStart =" @dimen/dialog_left_padding" >
25+ android : layout_marginStart =" @dimen/dialog_left_padding"
26+ app : boxBackgroundMode =" none" >
2527
2628 <EditText
2729 android : id =" @+id/edit_text"
You can’t perform that action at this time.
0 commit comments