Sign in
android
/
platform
/
external
/
MPAndroidChart
/
cb78d48f
/
.
/
MPChartExample
/
res
/
drawable
/
new_background.xml
blob: c2d3b9cfc5a03ad8486f6193fc0838a1d75628ea [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<stroke
android:width
=
"2dp"
android:color
=
"#FA6185"
/>
<solid
android:color
=
"#FA6185"
/>
<corners
android:radius
=
"5dp"
/>
</shape>