Skip to content

Instantly share code, notes, and snippets.

@oakkub
Created January 10, 2017 09:33
Show Gist options
  • Save oakkub/fa8fcc00ffc900af7ee6ea28eca7cac8 to your computer and use it in GitHub Desktop.
Save oakkub/fa8fcc00ffc900af7ee6ea28eca7cac8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<shape
android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="8dp"
android:height="8dp" />
<solid android:color="@android:color/transparent" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment