Created
July 1, 2016 17:16
-
-
Save griajobag/5206cc41e26813310007294f1e06d78a to your computer and use it in GitHub Desktop.
splash screen
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:dither="true" | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:shape="oval" | |
android:useLevel="true"> | |
<size android:height="12dip" | |
android:width="12dip"/> | |
<solid android:color="@color/colorAccent"/> | |
</shape> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment