First Commit

This commit is contained in:
Thomas Bloor 2019-01-22 20:20:10 +00:00
commit 75af599788
No known key found for this signature in database
GPG key ID: 8775E856E2754827
57 changed files with 1761 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>