mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Improve QML performances via extract_android_style
The App uses Quick Controls 2 so full style extraction and it's cost is not needed
This commit is contained in:
parent
03ac2ed0a7
commit
e06d92e939
@ -55,10 +55,13 @@
|
|||||||
<!-- extract android style -->
|
<!-- extract android style -->
|
||||||
<!-- available android:values :
|
<!-- available android:values :
|
||||||
* full - useful QWidget & Quick Controls 1 apps
|
* full - useful QWidget & Quick Controls 1 apps
|
||||||
* minimal - useful for Quick Controls 2 apps, it is much faster than "full"
|
* minimal - useful for Quick Controls 2 apps, it is much faster
|
||||||
* none - useful for apps that don't use any of the above Qt modules
|
than "full"
|
||||||
|
* none - useful for apps that don't use any of the above Qt
|
||||||
|
modules
|
||||||
-->
|
-->
|
||||||
<meta-data android:name="android.app.extract_android_style" android:value="full"/>
|
<meta-data android:name="android.app.extract_android_style"
|
||||||
|
android:value="minimal"/>
|
||||||
<!-- extract android style -->
|
<!-- extract android style -->
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user