Merge branch 'fix-background-tabs-onboarding' into 'master'

Use Stroke Color for Background of Onboarding Tabs

See merge request AuroraOSS/AuroraStore!177
This commit is contained in:
Rahul Patel
2022-09-24 00:55:12 +00:00
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>