Switch to white color for tab and accent indicator
They seem to work the best across all accent colors Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
app:tabBackground="@drawable/tab_selector_onboarding"
|
||||
app:tabGravity="center"
|
||||
app:tabIndicatorHeight="0dp"
|
||||
app:tabSelectedTextColor="?android:textColorPrimary"
|
||||
app:tabSelectedTextColor="@android:color/white"
|
||||
app:tabTextAppearance="@style/TextAppearance.Aurora.Tab"
|
||||
app:tabTextColor="@android:color/transparent" />
|
||||
|
||||
|
||||
@@ -36,5 +36,5 @@
|
||||
android:layout_centerInParent="true"
|
||||
android:visibility="invisible"
|
||||
app:srcCompat="@drawable/ic_check"
|
||||
app:tint="?colorControlNormal" />
|
||||
app:tint="@android:color/white" />
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user