bg_tab_normal.xml 2.52 KB
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape>
            <corners
                android:topLeftRadius="@dimen/rmrb_dp1"
                android:topRightRadius="@dimen/rmrb_dp1"
                android:bottomLeftRadius="@dimen/rmrb_dp1"
                android:bottomRightRadius="@dimen/rmrb_dp1" />
            <padding
                android:bottom="@dimen/rmrb_dp1"
                android:left="@dimen/rmrb_dp1"
                android:right="@dimen/rmrb_dp1"
                android:top="@dimen/rmrb_dp1" />
            <solid android:color="#10eeeeee" />

        </shape>
    </item>
    <item>
        <shape>
            <corners
                android:topLeftRadius="@dimen/rmrb_dp1"
                android:topRightRadius="@dimen/rmrb_dp1"
                android:bottomLeftRadius="@dimen/rmrb_dp1"
                android:bottomRightRadius="@dimen/rmrb_dp1" />
            <padding
                android:bottom="@dimen/rmrb_dp1"
                android:left="@dimen/rmrb_dp1"
                android:right="@dimen/rmrb_dp1"
                android:top="@dimen/rmrb_dp1" />
            <solid android:color="#10eeeeee" />

        </shape>
    </item>
    <item>
        <shape>
            <corners
                android:topLeftRadius="@dimen/rmrb_dp1"
                android:topRightRadius="@dimen/rmrb_dp1"
                android:bottomLeftRadius="@dimen/rmrb_dp1"
                android:bottomRightRadius="@dimen/rmrb_dp1" />
            <padding
                android:bottom="@dimen/rmrb_dp1"
                android:left="@dimen/rmrb_dp1"
                android:right="@dimen/rmrb_dp1"
                android:top="@dimen/rmrb_dp1" />
            <solid android:color="#40eeeeee" />

        </shape>
    </item>
    <item>
        <shape>
            <corners
                android:topLeftRadius="@dimen/rmrb_dp1"
                android:topRightRadius="@dimen/rmrb_dp1"
                android:bottomLeftRadius="@dimen/rmrb_dp1"
                android:bottomRightRadius="@dimen/rmrb_dp1" />
            <padding
                android:bottom="@dimen/rmrb_dp1"
                android:left="@dimen/rmrb_dp1"
                android:right="@dimen/rmrb_dp1"
                android:top="@dimen/rmrb_dp1" />
            <solid android:color="#50eeeeee" />

        </shape>
    </item>

    <item>
        <shape>
            <solid android:color="#ffffff" />
            <corners android:radius="@dimen/rmrb_dp1" />
        </shape>
    </item>
</layer-list>