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