Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 1.43 KB

Change Log

Version 1.0.8 (14-01-2015)

  • Bug fixes
  • Ability to build the library using maven
  • Update support-v4 library to v21.0.3

Version 1.0.7 (08-01-2015)

  • Bug fixes
  • OnTabReselectedListener

Version 1.0.6 (21-11-2014)

  • Update support-v4 library to v21.0.2
  • Bug fixes

Version 1.0.5 (19-11-2014)

  • android:textColorPrimary value (from your theme) will be applied automatically to tab's text color , underlineColor, dividerColor and indicatorColor, if any of these values are define in the xml layout.
  • Bug fixes

Version 1.0.4 (18-11-2014)

  • Bug fixes

Version 1.0.3 (11-11-2014)

  • Fix issues #7
  • Add support for colour state lists.
  • Add support for custom text style.
  • Add support for custom alpha values.

Version 1.0.2 (05-11-2014)

  • MinSDK 10

  • Change the default parameters of the tabs layout to make it look like more material.

  • The indicator is center by default while swiping tabs and paddingMiddle attr has the possibility to start the tabs in the middle like newsstand google app.

  • The alpha value of the titles change depending the selected position.

  • Ability to change the divider width (No material change).

  • Ability to pass customTabs implementing the interface 'CustomTabProvider' in your adapter.