Color selected tab with accent color when theme isn't blue

This commit is contained in:
arkon
2020-09-26 19:18:58 -04:00
parent a3c598a3e1
commit 972a595c74
5 changed files with 19 additions and 1 deletions

View File

@@ -3,5 +3,5 @@
<corners
android:topLeftRadius="4dp"
android:topRightRadius="4dp" />
<solid android:color="?attr/colorOnPrimary" />
<solid android:color="?attr/colorAccentOnPrimary" />
</shape>