Skip to content

Instantly share code, notes, and snippets.

@amilcar-sr
Last active October 21, 2019 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amilcar-sr/3af88471a1421781d19a to your computer and use it in GitHub Desktop.
Save amilcar-sr/3af88471a1421781d19a to your computer and use it in GitHub Desktop.
dotted_line
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke
android:color="#000000"
android:dashWidth="1dp"
android:dashGap="4dp"
android:width="1dp"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment