This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
Version 3.5.0
- Library now uses the
r6
version of the compatibility library for its base.
Ice Cream Sandwich-specific implementations are currently disabled, however,
but will be added in a future version of the library.
MenuCompat
, MenuItemCompat
, and ActivityCompat
have be added back in
to ease transition to this library but all their methods and the classes
themselves have been deprecated.
- Rewritten menu and action item support from Ice Cream Sandwich.
- Removed the need for the custom
Window.FEATURE_ACTION_ITEM_TEXT
flag.
You should now use theshowAsAction
attribute and/or the
setShowAsAction(int)
method on eachMenuItem
to control whether or
not text is shown - Action item dividers are now added automatically only when necessary
to distinguish possible confusion between action items. - Fix: Action views now properly size themselves within the bounded space
of the menu. - Fix: List navigation no longer becomes unusable on certain device
configurations. - Fix:
SubMenu
'sfindItem(int)
method now properly returns the support
version ofMenuItem
. - Fix: Invisible sub-menu items are no longer shown on the pre-3.0 popup list.