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:shape="ring"
|
||||||
android:thickness="8dp"
|
android:thickness="8dp"
|
||||||
android:useLevel="false">
|
android:useLevel="false">
|
||||||
<solid android:color="?scrim" />
|
<solid android:color="@color/colorStroke" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
</layer-list>
|
</layer-list>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
android:shape="ring"
|
android:shape="ring"
|
||||||
android:thickness="8dp"
|
android:thickness="8dp"
|
||||||
android:useLevel="false">
|
android:useLevel="false">
|
||||||
<solid android:color="@color/colorScrim" />
|
<solid android:color="@color/colorStroke" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
</layer-list>
|
</layer-list>
|
||||||
Reference in New Issue
Block a user