UNPKG
create-sellflow
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
Pre-built cross-platform Shopify app template
github.com/sellflow/sellflow
sellflow/sellflow
create-sellflow
/
templates
/
basic
/
android
/
app
/
src
/
main
/
res
/
drawable
/
ic_launcher_background.xml
6 lines
•
245 B
text/xml
View Raw
1
2
3
4
5
6
<
layer-list
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
item
android:drawable
=
"@color/splashscreen_background"
/>
<
item
>
<
bitmap
android:gravity
=
"center"
android:src
=
"@drawable/splashscreen_logo"
/>
</
item
>
</
layer-list
>