Skip to content
Snippets Groups Projects

QDS-13458 Update viewer UI

Merged Henning Gründl requested to merge new-app-ui into master
50 files
+ 791
1184
Compare changes
  • Side-by-side
  • Inline
Files
50
@@ -15,7 +15,8 @@
<activity android:name="org.qtproject.qt.android.bindings.QtActivity"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
android:label="Qt UI Viewer" android:launchMode="singleTask"
android:screenOrientation="unspecified" android:exported="true">
android:screenOrientation="unspecified" android:exported="true"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Loading