-3

How to make this line on Android?

line

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

1

try this,

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

<stroke
 android:color="#FF00"
 android:dashWidth="5dp"
 android:dashGap="5dp" />
</shape>
hasan_shaikh
  • 1,434
  • 1
  • 15
  • 38