replacing the dark carousel background with a solid colour as par design changes

This commit is contained in:
Adam Brown 2022-01-17 17:32:15 +00:00
parent 00f2947636
commit 36a26fcfd0
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="?vctr_system"
android:startColor="#000000" />
<solid android:color="?android:colorBackground" />
</shape>