File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ content description via the `app:errorContentDescription` attribute or
7575` setErrorContentDescription ` method. That way the error will announce the
7676content description instead of the error message.
7777
78+ ** Note:** Icons that don't have click listeners set on them work as decorative
79+ elements, and are therefore skipped by screen readers.
80+
7881#### Custom ` EditText `
7982
8083If you are using a custom ` EditText ` as ` TextInputLayout ` 's child and your text
@@ -143,7 +146,7 @@ clear the input text.
143146
144147It is possible to set a custom ` Drawable ` as the text field's trailing icon via
145148` app:endIconMode="custom" ` . You should specify a drawable and content
146- description for the icon, and, you have the option to specify custom behaviors.
149+ description for the icon, and you have the option to specify custom behaviors.
147150
148151In the layout:
149152
You can’t perform that action at this time.
0 commit comments