<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <!-- 填滿的頻色 --> <solid android:color="#ffffff"/> <!-- 描邊 --> <stroke android:width="2dp" android:color="#000000" android:dashGap="10dp" android:dashWidth="10dp" /> <!-- 圓角 --> <corners android:radius="2dp" /> </shape>
畫虛線主要有二個地方
參考來源:
自己亂玩時發現的
沒有留言:
張貼留言