klshape_indicator.xml
395 字节
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="2dp" android:topRightRadius="2dp" android:bottomLeftRadius="2dp" android:bottomRightRadius="2dp" />
<gradient android:startColor="@color/klfont_white" android:endColor="@color/other_skin" android:angle="360" />
</shape>