Changement des dégradés des cellules

This commit is contained in:
Jacques Foucry 2016-07-26 22:56:23 +02:00
parent 837a87f80b
commit ca8be0daef
3 changed files with 8 additions and 11 deletions

View file

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

View file

@ -2,8 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<!-- Gradient Bg for listrow -->
<gradient
android:startColor="#048F01"
android:centerColor="#5CB65A"
android:endColor="#048F01"
android:angle="270" />
android:startColor="#FF048F01"
android:endColor="#FF5CB65A"
android:angle="90" />
</shape>

View file

@ -2,8 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<!-- Gradient Bg for listrow -->
<gradient
android:startColor="#F8A253"
android:centerColor="#F7C01E"
android:endColor="#F8A253"
android:angle="270" />
android:startColor="#FFF8A253"
android:endColor="#FFF7C01E"
android:angle="90" />
</shape>