consultant_indicator_selected.xml 285 Bytes
Newer Older
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

徐健 committed
5 6
    <size android:height="4dp"
        android:width="10dp" />
7

徐健 committed
8
    <corners android:radius="2dp" />
9 10 11 12

    <solid android:color="#000000"/>

</shape>