How to make this line on Android?
Asked
Active
Viewed 71 times
-3
-
1https://stackoverflow.com/questions/28761179/android-bottom-zig-zag-shape – AskNilesh Apr 18 '18 at 05:22
-
1pl share your code, which you tried – immodi Apr 18 '18 at 05:26
1 Answers
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