[android] Fixed colors

This commit is contained in:
Dmitry Donskoy 2019-06-28 13:46:14 +03:00 committed by Aleksandr Zatsepin
parent f45839c0bc
commit 8e1a57bb88

View file

@ -1,6 +1,3 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:angle="270"
android:startColor="#b4d0ebff"
android:endColor="#00ffffff" />
<solid android:color="#383C40"/>
</shape>