Skip to content

Commit 19039f7

Browse files
afohrmanikim24
authored andcommitted
Automated g4 rollback of changelist 231246920
PiperOrigin-RevId: 231313735
1 parent ef919e8 commit 19039f7

File tree

6 files changed

+184
-193
lines changed

6 files changed

+184
-193
lines changed

docs/components/TextInputLayout.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox"
7575
To change the background color of a filled text field, you can set the
7676
`boxBackgroundColor` attribute on your `TextInputLayout`.
7777

78-
Note: When using a filled text field with an `EditText` child that is not a
79-
`TextInputEditText`, make sure to set the `EditText`'s `android:background` to
80-
`@null`. This allows `TextInputLayout` to set a filled background on the
81-
`EditText`.
82-
8378
#### Outlined Box
8479

8580
Outlined text fields have a stroked border and are less emphasized. To use an
@@ -93,7 +88,7 @@ To change the stroke color and width for an outline text field, you can set the
9388
`boxStrokeColor` and `boxStrokeWidth` attributes on your `TextInputLayout`,
9489
respectively.
9590

96-
Note: When using an outlined text field with an `EditText` child that is not a
91+
When using an outlined text field with an `EditText` child that is not a
9792
`TextInputEditText`, make sure to set the `EditText`'s `android:background` to
9893
`@null`. This allows `TextInputLayout` to set an outline background on the
9994
`EditText`.

0 commit comments

Comments
 (0)