Use Stroke Color for Background of Onboarding Tabs

As one cannot see the background of the tab numbers in the Onboarding,
this commit uses the stroke-color as the background color for the tabs
This commit is contained in:
nwuensche
2022-05-28 09:31:30 +02:00
parent b6d6c2b732
commit 90f1822a07
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
android:shape="ring"
android:thickness="8dp"
android:useLevel="false">
<solid android:color="?scrim" />
<solid android:color="@color/colorStroke" />
</shape>
</item>
</layer-list>

View File

@@ -24,7 +24,7 @@
android:shape="ring"
android:thickness="8dp"
android:useLevel="false">
<solid android:color="@color/colorScrim" />
<solid android:color="@color/colorStroke" />
</shape>
</item>
</layer-list>