Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created September 7, 2018 12:03
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 ssaurel/8b6341f7854c5f072256b5cb16ec8b5e to your computer and use it in GitHub Desktop.
Save ssaurel/8b6341f7854c5f072256b5cb16ec8b5e to your computer and use it in GitHub Desktop.
Dotted Background Drawable for the Reflex Game Tutorial on the SSaurel's Channel
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="2dp"
android:color="#FFFFFF"
android:dashGap="6dp"
android:dashWidth="10dp" />
<padding
android:bottom="7dp"
android:left="7dp"
android:right="7dp"
android:top="7dp" />
<corners android:radius="10dp" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment