mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Adding tab ripple for all tab themes
This commit is contained in:
parent
84e7c33cb3
commit
854acb392d
2 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,6 @@
|
|||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:tabTextColor="@color/tabs_selector_background"
|
||||
app:tabIndicatorColor="?attr/colorAccent"
|
||||
app:tabRippleColor="@color/rippleColor"
|
||||
app:tabMaxWidth="0dp"
|
||||
app:tabGravity="fill"
|
||||
app:tabMode="fixed" />
|
||||
|
|
|
@ -212,6 +212,7 @@
|
|||
<item name="tabIndicator">@drawable/tab_indicator</item>
|
||||
<item name="tabIndicatorColor">?attr/colorAccent</item>
|
||||
<item name="tabTextColor">@color/tabs_selector</item>
|
||||
<item name="tabRippleColor">@color/rippleColor</item>
|
||||
<item name="tabIndicatorFullWidth">false</item>
|
||||
<item name="tabIndicatorHeight">3dp</item>
|
||||
<item name="tabInlineLabel">true</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue