Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.

Commit 98a5218

Browse files
committed
Show example of fading edges in TabPageIndicator.
Closes #136.
1 parent c4f96b7 commit 98a5218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample/res/values/styles.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
<item name="android:showDividers">middle</item>
6060
<item name="android:paddingLeft">8dp</item>
6161
<item name="android:paddingRight">8dp</item>
62+
<item name="android:fadingEdge">horizontal</item>
63+
<item name="android:fadingEdgeLength">8dp</item>
6264
</style>
6365

6466
<style name="CustomTabPageIndicator.Text" parent="android:TextAppearance.Medium">

0 commit comments

Comments
 (0)