mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Minor change in colors
This commit is contained in:
parent
defff63815
commit
4b4d15c9fc
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<!-- Gradient Bg for listrow -->
|
||||
<gradient
|
||||
android:startColor="#FFD4666E"
|
||||
android:endColor="#FFBD1421"
|
||||
android:startColor="#FFBD1421"
|
||||
android:endColor="#FFD4666E"
|
||||
android:angle="270" />
|
||||
</shape>
|
|
@ -4,5 +4,5 @@
|
|||
<gradient
|
||||
android:startColor="#FF048F01"
|
||||
android:endColor="#FF5CB65A"
|
||||
android:angle="90" />
|
||||
android:angle="270" />
|
||||
</shape>
|
|
@ -4,5 +4,5 @@
|
|||
<gradient
|
||||
android:startColor="#FFF8A253"
|
||||
android:endColor="#FFF7C01E"
|
||||
android:angle="90" />
|
||||
android:angle="270" />
|
||||
</shape>
|
Loading…
Reference in a new issue