Skip to content

Commit 4e0e2bf

Browse files
committed
Remove background of TextInputLayout.
1 parent 2653cf2 commit 4e0e2bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/src/main/res/layout/edit_text_dialog.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)