Skip to content

2.3.1

Compare
Choose a tag to compare
@consp1racy consp1racy released this 29 Jul 10:44
· 5 commits to 2.x since this release

Support Preference

  • FIXED: Added missing support for DropDownPreference.
    • Android Support Library uses an invisible Spinner to display its popup. This library uses
      XpListPopupWindow directly. If you want to use a custom layout with custom styled Spinner,
      extend and use Android Support Library DropDownPreference.