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:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user