Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-35050

@android:style/Theme.NoTitleBar.Fullscreen doesn't force the whole app to fullscreen

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.2.1
    • 5.2.0 RC1
    • QPA
    • None
    • OpenSuSE Linux 13.1 64bit
      Qt5.2.0-rc1 build #167
    • Android
    • 055591750aaccab9e764eb7348968d9716dd4f47

    Description

      These are the first lines of my AndroidManifest.xml:

      ----------------------------------------------------------------------------
      <?xml version='1.0' encoding='utf-8'?>
      <manifest android:installLocation="auto" android:versionCode="1" package="org.qtproject.example" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.1">
      <application android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:label="PokerTH" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:icon="@drawable/icon">
      <activity android:label="PokerTH" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:screenOrientation="landscape">
      ----------------------------------------------------------------------------

      I want to have all dialogs fullscreen that's why i set @android:style/Theme.NoTitleBar.Fullscreen.
      I guess this should force the whole application to be shown in fullscreen.

      I can do this->showFullscreen() in every single dialog implementation class which works, but i thought the above way via Manifest is the intended way of doing that once for the whole app.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-35050
          # Subject Branch Project Status CR V

          Activity

            People

              taipan BogDan Vatra
              doitux Felix Hammer
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes