Sign in
android
/
platform
/
external
/
MPAndroidChart
/
40917f0d
/
.
/
MPChartExample
/
res
/
drawable
/
fade_red.xml
blob: 54ac10ba03e03d5118a98b004178308d3e3f86ad [
file
] [
log
] [
blame
]
<?
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>