Created
January 10, 2017 09:33
-
-
Save oakkub/fa8fcc00ffc900af7ee6ea28eca7cac8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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