tab_background_unselected3.xml 533 Bytes
Newer Older
mengcuiguang's avatar
mengcuiguang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:left="0dp"
        android:right="0dp">
        <shape>
            <solid android:color="@color/gmts_blue" />
            <corners
                android:bottomLeftRadius="4dp"
                android:topLeftRadius="4dp" />
        </shape>
    </item>
    <item android:right="1dp">
        <shape>
            <solid android:color="@color/white" />
        </shape>
    </item>

</layer-list>