gt3_lin_bg_shape.xml
323 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient android:angle="90" android:startColor="#ffffff" android:endColor="#f3f3f3"/>
<stroke android:color="#cccccc" android:width="1dp"/>
<corners android:radius="4px"/>
</shape>