Remove hardcode color of sliding tab
Now use the color from textColorPrimary based on current theme. Bug: 32592245 Test: Visual Change-Id: If6bbfe3b39ba30d96fc1f7d810472dc87006c3ea
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="false"
|
||||
android:color="#b3ffffff"/>
|
||||
<item android:color="@android:color/white"/>
|
||||
android:color="?android:attr/textColorSecondary"/>
|
||||
<item android:color="?android:attr/textColorPrimary"/>
|
||||
</selector>
|
||||
|
||||
Reference in New Issue
Block a user