- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
P3: Somewhat important
 - 
    QDS 3.0
 - 
    None
 
Creating a new Mobile project with Stack-based navigation and Material Dark

results in several issues. See this screenshot:

- The UI is not using Dark theme. It works if I change the top-level item in `App.qml` to be `ApplicationWindow` instead of `Window`. But then, QtDS complains that `ApplicationWindow` is not supported as top-level.
 - The font used by Qt for Android does not support Unicode entry `\u2630` (i.e. ☰) from the `ToolButton`. That character is displayed properly in Qt for macOS.
 - `Text` item content is rendered at the right scale but the `Label` item from the `ToolBar` has the font way too small
 - Same scale issues are visible in the `ItemDelegate` from the `Drawer`:

 - The character is rendered as an orange box with a white arrow (in desktop it is shown as a white arrow):

 
- relates to
 - 
                    
QTBUG-101323 Apps running on Android 12 and above must comply with the latest Unicode version
-         
 - Closed
 
 -