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:
Aayush Gupta
2023-04-29 14:27:06 +05:30
parent 4a6553f13c
commit 5c79d6ac7a
2 changed files with 2 additions and 2 deletions

View File

@@ -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>