We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f96b7 commit 98a5218Copy full SHA for 98a5218
sample/res/values/styles.xml
@@ -59,6 +59,8 @@
59
<item name="android:showDividers">middle</item>
60
<item name="android:paddingLeft">8dp</item>
61
<item name="android:paddingRight">8dp</item>
62
+ <item name="android:fadingEdge">horizontal</item>
63
+ <item name="android:fadingEdgeLength">8dp</item>
64
</style>
65
66
<style name="CustomTabPageIndicator.Text" parent="android:TextAppearance.Medium">
0 commit comments