<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line"> <!-- 顯示虛線,破折線的寬度為dashWith,空隙的寬度為dashGap, darkgray --> <stroke android:width="1dp" android:color="#A9A9A9" android:dashWidth="2dp" android:dashGap="3dp" /> <size android:height="1dp" /> </shape>