Newer
Older
MpAndroidChart / MPChartExample / res / drawable / shape_show_btn1.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#ffffff" />
    <corners android:radius="2dp" />
    <stroke android:color="#ff6633" android:width="1dp" />
</shape>