SkillAgentSearch skills...

SlidingTabLayout

A forked version of Android Slidelayout with few modifications

Install / Use

/learn @humblerookie/SlidingTabLayout
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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" />
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

Java

Security Score

55/100

Audited on Jan 9, 2025

No findings