guild_input_all_bg.xml 381 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" 
    android:shape="rectangle"
    android:visible="true"
    android:dither="true">
    
    <corners android:radius="8dp"/>
    <stroke android:width="1dp" android:color="#ffcccccc"/>
    <gradient android:startColor="#ffffffff" android:endColor="#ffffffff"/>
    
</shape>