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
show app icon in left side of kivy launcher apps list
icon=logo.png
show custom app bootup image, some meta info from author= title= copyright= ... , and content of bootup.txt file (app can write some useful info into this file to show on next boot up)
splash=splash.png
The text was updated successfully, but these errors were encountered:
If people would like to contribute these things we would probably be happy to include them, but it's unlikely that any core developers will focus on them as we're more focused on the packaging aspects of python-for-android.
The launcher should perhaps ideally be a separate app that can attract its own development. I have in mind to try this at some point.
@ponyatov app icon is used, you only need to name a file icon.png and let it be in square shape. Custom splash is a nice idea, but it'll surely require Java code, because the launcher apk already has a default presplash, which is not accessible from outside (it's in .apk file). However, it's important to notice that the launcher is there for editing and testing and not for deploying apps, because it's very limited.
feature request:
icon=logo.png
splash=splash.png
The text was updated successfully, but these errors were encountered: