shape_round_white.xml 451 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

        <!--<gradient android:angle="270" android:endColor="#A8C3B0"
            android:startColor="#C6CFCE"/>-->
        <!--<size android:height="60dp" android:width="320dp" />-->
        <solid android:color="#FFFFFF"/>
        <corners android:radius="5dp" />
       <!-- <stroke android:width="1dp" android:color="#000000" />-->

</shape>