Change tab ripple color (#5142)

Does what Google apps does, uses the colored ripple for Tabs as well and not just bottom nav.
This commit is contained in:
Soitora
2021-05-22 22:23:04 +02:00
committed by GitHub
parent 15da856303
commit 2b8df691ff
3 changed files with 4 additions and 3 deletions
@@ -24,7 +24,7 @@
app:tabGravity="fill"
app:tabIndicatorColor="?attr/colorAccent"
app:tabMode="fixed"
app:tabRippleColor="?attr/rippleColor"
app:tabRippleColor="?attr/rippleNavColor"
app:tabTextColor="@color/tabs_selector_background" />
<ImageButton