Minor change in colors

This commit is contained in:
jacques 2021-05-16 13:15:19 +02:00
parent defff63815
commit 4b4d15c9fc
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<!-- Gradient Bg for listrow --> <!-- Gradient Bg for listrow -->
<gradient <gradient
android:startColor="#FFD4666E" android:startColor="#FFBD1421"
android:endColor="#FFBD1421" android:endColor="#FFD4666E"
android:angle="270" /> android:angle="270" />
</shape> </shape>

View file

@ -4,5 +4,5 @@
<gradient <gradient
android:startColor="#FF048F01" android:startColor="#FF048F01"
android:endColor="#FF5CB65A" android:endColor="#FF5CB65A"
android:angle="90" /> android:angle="270" />
</shape> </shape>

View file

@ -4,5 +4,5 @@
<gradient <gradient
android:startColor="#FFF8A253" android:startColor="#FFF8A253"
android:endColor="#FFF7C01E" android:endColor="#FFF7C01E"
android:angle="90" /> android:angle="270" />
</shape> </shape>