<Shape ··· //drawable目录下 background
android:shape="rectangle">
<corners android:radius="5dp"/>//角弧度
<solid android:color="..."/>//填充颜色 对比<gradient .../>
<stroke android:width="1dp" android:color="..."/>
</Shape>
<Shape ··· //drawable目录下 background
android:shape="rectangle">
<corners android:radius="5dp"/>//角弧度
<solid android:color="..."/>//填充颜色 对比<gradient .../>
<stroke android:width="1dp" android:color="..."/>
</Shape>
转载于:https://my.oschina.net/glfei/blog/3007719