SlidingTabLayout
A forked version of Android Slidelayout with few modifications
Install / Use
/learn @humblerookie/SlidingTabLayoutREADME
SlidingTabLayout
A forked version of Android SlidingTabLayout with few modifications ( change tab text color and expand to occupy full width of screen)
Use these following attributes to style your SlideLayout
<com.humblerookie.widgets.SlidingTabLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:defaultTextColor="@color/unselectedColor"
app:selTextColor="@color/selectedColor"
app:shouldExpand="true" />
