With the help of a post from a user here, how to remove the white screen from the "pre-load" before splahScreen
I solved the problem, now I would like to know if in this drawable
a progressbar
can be integrated. I leave the drawable
below ...
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:opacity="opaque">
<item android:drawable="@color/colorPrimaryDark"/>
<item android:top="-48dp">
<bitmap
android:gravity="center"
android:src="@drawable/ic_momento"
/>
</item>
</layer-list>
I would like to change a progresbar
to the image that is loading or in the last case to be able to assign a size to the image. Any ideas?