Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-07-06 | 756 Bytes | |
v4.0.0 source code.tar.gz | 2019-07-06 | 512.6 kB | |
v4.0.0 source code.zip | 2019-07-06 | 611.2 kB | |
Totals: 3 Items | 1.1 MB | 0 |
Changed
- Breaking change: minimum SDK version raised to API 19 (Kitkat)
- Breaking change: replaced
mpm_paddingLeft
withmpm_paddingStart
andmpm_paddingRight
withmpm_paddingEnd
and other inter layout attributes accordingly for better RTL support - Breaking change: updated
MaterialPopupMenuBuilder.SectionHolder.label
andMaterialPopupMenuBuilder.ItemHolder.label
to be of typeCharSequence
rather thanString
to allow the use ofSpannables
. - Moved
super.bindItem
call to the end ofItemViewHolder#bindItem
method so that it's possible to override values set by it in callbacks.
Added
- an option to override the defaults and set menu width & dropdown offsets programmatically via
MaterialPopupMenuBuilder