Material Design Team
d8cc690b51
[ExposedDropdownMenu][A11y] Add keyboard support for dropdown menus
...
PiperOrigin-RevId: 788007779
2025-07-28 17:10:55 +00:00
Material Design Team
9734a2e96c
Internal change
...
Tested:
PiperOrigin-RevId: 617920527
2024-03-25 21:15:42 +00:00
leticiars
6206ff5a1f
[ExposedDropdownMenu] Added support for default/ripple background colors for the selected item of the exposed dropdown menu when the default MaterialAutoCompleteArrayAdapter is being used.
...
PiperOrigin-RevId: 447531152
2022-05-09 17:35:43 -04:00
leticiars
f31414af02
[ExposedDropdownMenu] Update dropdown background when setRawInputType is called.
...
PiperOrigin-RevId: 438829151
2022-04-05 13:39:43 -04:00
leticiars
1c02b62eaf
[ExposedDropdownMenu] Update background when setInputType is called so that ripple is or isn't present properly.
...
PiperOrigin-RevId: 437345929
2022-03-28 16:47:36 +00:00
leticiars
d1850a3d78
[ExposedDropdownMenu] Implement workaround to inputType=none not working + move MaterialAutoCompleteTextView to textfield/ directory.
...
The alternative to android:editable="false" (which is deprecated) is to set inputType="none", however due to a framework bug that has no effect. This change makes it so it works as expected.
PiperOrigin-RevId: 299411110
2020-03-09 09:36:24 -07:00
marianomartin
ac904ac1c9
Internal cleanup
...
PiperOrigin-RevId: 265728855
2019-08-29 12:11:15 -04:00
marianomartin
e89564aadd
Internal cleanup
...
PiperOrigin-RevId: 265685660
2019-08-29 11:58:31 -04:00
leticiars
3f73804b57
Implementing error icon for text fields.
...
They are set by default when the text field is on error state, but can be disabled by setting the error icon drawable to null via the errorIconDrawable attribute or the setErrorIconDrawable method.
PiperOrigin-RevId: 260495196
2019-07-29 16:43:16 -04:00
leticiars
326dc8a13a
Animating dropdown arrow icon.
...
PiperOrigin-RevId: 254279577
2019-06-24 17:05:54 -04:00
leticiars
8ba4383e2c
Adding tests for the Exposed Dropdown Menu.
...
PiperOrigin-RevId: 246509842
2019-05-03 11:07:49 -04:00