Show ripples on tab bar with the same color as the toolbar
This commit is contained in:
parent
32a159d48f
commit
81e08d0cc4
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:background="?attr/colorPrimary"
|
android:background="?attr/colorPrimary"
|
||||||
|
app:tabRippleColor="@color/white"
|
||||||
app:tabIconTint="@color/modeColor"
|
app:tabIconTint="@color/modeColor"
|
||||||
app:tabIndicatorColor="@color/modeColor"
|
app:tabIndicatorColor="@color/modeColor"
|
||||||
app:tabGravity="fill"
|
app:tabGravity="fill"
|
||||||
|
|
Loading…
Reference in a new issue