replacing the dark carousel background with a solid colour as par design changes
This commit is contained in:
parent
00f2947636
commit
36a26fcfd0
|
@ -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>
|
Loading…
Reference in New Issue