2020
09-24
09-24
android 使用Xml文件定义Shape方式
在res目录下建一个drawable文件夹,注意文件夹名字一定要是drawable,否则在xml模板中你是找不到shape的下图就通过一个xml文件自定义一个shape<?xmlversion="1.0"encoding="utf-8"?><shapexmlns:android="http://schemas.android.com/apk/res/android"android:shape="oval"><strokeandroid:width="5dp"android:color="#1f000000"/><solidandroid:color="#FF0000"/></shape>下图是布局文件最后运行...
继续阅读 >