You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
I have observed a minor jerk in the position of logo in the splash screen of the example
app
quickandroidexampleI tried using the sample concept as described by you in
https://medium.com/@benlaud/complete-guide-to-make-a-splash-screen-for-your-qml-android-application-567ca3bc70af in a separate app and faced the same issue.
I think even quickandroidexample uses the same concept.
on my investigation i feel that the issue is that
the theme draws the splash screen once as:
apptheme.xmlisand the instruction in
AndroidManifest.xmlalso makes it draws once because ofAnd both of them do not place the logo at exactly the same place.
Thanks for quickandroid .
regds
Rajesh Kumar Mallah.