/
opt
/
canhelp
/
apps
/
mobile
/
android
/
app
/
src
/
main
/
res
/
drawable
/
/opt/canhelp/apps/mobile/android/app/src/main/res/drawable
mkdir
upload
Name
Size
Mode
Actions
launch_background.xml
370
0644
edit
dl
rm
launch_logo.png
10561
0644
edit
dl
rm
Edit:
/opt/canhelp/apps/mobile/android/app/src/main/res/drawable/launch_background.xml
(370B)
<?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" /> <item> <bitmap android:gravity="center" android:src="@drawable/launch_logo" /> </item> </layer-list>
Save
cmd:
run