All Projects → humblerookie → Slidingtablayout

humblerookie / Slidingtablayout

A forked version of Android Slidelayout with few modifications

Programming Languages

java
68154 projects - #9 most used programming language

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" />
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].