Newer
Older
MpAndroidChart / MPChartExample / res / drawable / fade_red.xml
Bello on 7 Feb 2018 234 bytes init
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:angle="90"
        android:startColor="#00ff0000"
        android:endColor="#ffff0000" />
</shape>