thumb_yellow_stroke.xml 288 Bytes
Newer Older
霍志良 committed
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <solid android:color="@android:color/white" />
    <stroke
霍志良 committed
6
        android:width="3.5dp"
霍志良 committed
7 8 9
        android:color="@color/platform_main_theme" />
</shape>