This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
Version 3.4.1
- The
makeFragmentName
method inFragmentPagerAdapter
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()
orhide()
. 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.