Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.3.0.tar.gz | 2020-02-18 | 13.9 MB | |
3.3.0.zip | 2020-02-18 | 14.1 MB | |
README.md | 2020-02-18 | 700 Bytes | |
Totals: 3 Items | 28.0 MB | 0 |
- Added
md_line_spacing_body
global theme attribute, which sets a global default for message line spacing. See [#1903]. - Added some assertions and sanity checks to avoid choice list adapter out of bounds crashes. See [#1906].
- Corner radius should not apply to the bottom of bottom sheet dialogs. See [#1941].
- Fix dialog titles being cut off with custom fonts. See [#1936].
- If
noVerticalPadding
is set withcustomView(...)
, padding is not applied to the bottom of the contentScrollView
ifscrollable
is enabled. Resolves [#1834]. - Input dialog styling is not enforced by the dialog. The global default for
TextInputLayout
(textInputStyle
) is used instead. See [#1857].