본문 바로가기
Computer/Android&iOS

[Android] xml drawable stroke 점선 표시 (dotted stroke)

by ywlee 2023. 5. 2.
<stroke
    android:width="1dp"
    android:color="@color/white"
    android:dashWidth="3dp"
    android:dashGap="3dp" />