Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Version 3.4.1

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 14 Aug 16:04
· 850 commits to master since this release
  • The makeFragmentName method in FragmentPagerAdapter has been changed to
    public scope to allow for easier access to your fragments that it is
    managing.
  • Action bar will now animate when calling show() or hide().
  • SherlockPreferenceActivity now provides full fragment and loader support.
  • Examples for the plugins are now in their own sample application.
  • Fix: Home icon no longer erroneously clipped when it exceeds the size of the
    action bar.
  • Fix: Tabs will now scroll horizontally to mimic the native action bar
    behavior.
  • Fix: Plugins now properly DO NOT inline their R.java integer constants.
  • Fix: Tabs below the action bar are now styled with a default background so
    that they do not incorrectly inherit an applied background unless explicity
    declared.