Splash screen (#52)
* [feat] added images for splash screen * add 1x resolution image
@ -4,9 +4,9 @@
|
||||
<item android:drawable="@android:color/white" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
android:src="@drawable/launch_image" />
|
||||
</item>
|
||||
</layer-list>
|
||||
|
BIN
android/app/src/main/res/drawable/launch_image.png
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 11 KiB |