Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to customize the launch screen for Android?
Forum Updated to NodeBB v4.3 + New Features

How to customize the launch screen for Android?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 167 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • a.burksA Offline
    a.burksA Offline
    a.burks
    wrote on last edited by a.burks
    #1

    If I start my app on a device or simulator I can see two screens before the implemented page is shown:

    1. A white screen with a black header, that contains the app name in a white font.
    2. A pure white screen

    I need to add, that I have defined a dark mode for the Universal properties with a black background and a white font.

    I found a rather old thread with a similar topic in this forum, but is was related to iOS.

    My main.qml file makes use of an ApplicationWindow and a SwipeView:

    ApplicationWindow {
        visible: true
        ...
        SwipeView {
            anchors.fill: parent
            ....
        }
    }
    

    I assume, that this is a common issue. Can someone help?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved