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