bg_hy_weak_title.xml 492 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:height="5dp"
        android:gravity="bottom">
        <shape>
            <corners android:radius="8dp"/>
            <solid android:color="#50CEC2"/>
        </shape>
    </item>

    <item android:drawable="@drawable/png_hy_weak_title"
        android:gravity="bottom" android:bottom="2dp"
        android:width="16dp" android:height="18dp" />


</layer-list>