Skip to content

Instantly share code, notes, and snippets.

@griajobag
Created July 1, 2016 17:16
Show Gist options
  • Save griajobag/5206cc41e26813310007294f1e06d78a to your computer and use it in GitHub Desktop.
Save griajobag/5206cc41e26813310007294f1e06d78a to your computer and use it in GitHub Desktop.
splash screen
<?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