Dependency Updates
- No dependency updates
Library Updates
-
TextInputLayout
- Centralize EndIconDelegate listener logic (26308d9)
- Fixed regression bug of prefix spacing being shown and making expanded label be in the wrong position when text field is not focused. (784f901)
- Create EndIconDelegates in an on-demand fashion (7c160c8)
- Extract end components from TextInputLayout (6cdf7b5)
-
ExposedDropdownMenu
- Updated the elevation of the popup to match M3 specs. Also fixed bug where elevation wasn't being read via xml. (2c335b5)
- Removed update dropdown background call from setInputType as it indirectly calls setRawInputType (f915ffd)
- Update dropdown background when setRawInputType is called. (f31414a)
- Fixed android:popupBackground not working in xml/styles for the AutoCompleteTextView. (df3a708)
- Update background when setInputType is called so that ripple is or isn't present properly. (1c02b62)
-
DatePicker
-
RadioButton
- Documentation review (b7b0aa3)
-
Tabs
- tab layout should not ignore focused state ripple color (5a0541f)
-
Slider
- Make slider's height adjustable with track height or thumb radius (dc0d8a9)
-
Button
-
TopAppBar
- Fix app:expanded=false not working (05be1b9)
-
TextView
- Deprecated 4 arg constructor. (df273cd)
-
NavigationRail
- Fix bottom padding being applied to top bug (5173944)
-
Accessibility
- Added more a11y tests for text fields and exposed dropdown menu. Also updated robolectric version (863d6aa)
- Make picker header focusable to improve TalkBack response (c23daec)
- Attach/detach badge contentDescription when using menuItem. (ee49c5a)
- Make label important for accessibility (0ba0d65)
- Fixed bug where setting the AutoCompleteTextView's input type to TYPE_NULL in code would make it unusable in a11y touch mode, as it was still seen as editable for a11y. (01021a7)
- Update accessibility className used for hour/minute Chips (a51d1dc)
- Fixed text field's focused rect wrong behavior when using a11y magnification. (dce4419)
-
Transitions / Motion
-
Color
-
Catalog
-
Documentation
-
Tokens
- Upgraded to v0.87. (c5284c6)
-
Other