Skip to content
Snippets Groups Projects
Commit f1f68d6e authored by Lisa Marlen Zimmermann's avatar Lisa Marlen Zimmermann
Browse files

<insert jobsite photo from Mr Wunderlich and changed background color for splash screen to black>

parent 3872ff7f
No related branches found
No related tags found
No related merge requests found
rescueapp/android/app/src/main/res/drawable/jobsite.png

585 KiB

<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen --> <!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="?android:colorBackground" /> <item android:drawable="@android:color/black" />
<!-- You can insert your own image assets here --> <!-- You can insert your own image assets here -->
<!-- <item> <item>
<bitmap <bitmap
android:gravity="center" android:gravity="center"
android:src="@mipmap/launch_image" /> android:src="@drawable/jobsite" />
</item> --> </item>
</layer-list> </layer-list>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment