如何在Android上创建这一行?

时间:2018-04-18 05:20:32

标签: android

如何在Android上创建此行?

line

1 个答案:

答案 0 :(得分:1)

试试这个,

<shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="line">

<stroke
 android:color="#FF00"
 android:dashWidth="5dp"
 android:dashGap="5dp" />
</shape>