-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the UIStyle causes slower performance on Win32 and Linux_ARM #217
Comments
Did you try on linux arm and android, too? What was the results? |
Should we deprecated ANDROID_UI? @flsobral , @teras , @ricardobna |
Because it's not modern any more? |
@teras what do you think of deprecating all UI versions but flat and material, for version 7? |
The team agreed that we are going to deprecate all UIs with the exception of flat and material on version 7. @ricardobna, could you please do this task and close the issue when you have done it? :) |
Using the nightly version seems to narrow the gap between material and Android ui styles |
This issue has been fixed with the PR from #193 The issue will be closed. |
Issue Title
Changing the UIStyle causes slower performance on Win32
Describe the bug
Changing The UIStyle from Material_ui to android_ui causes slower performance when compiled to win32
To Reproduce
Pull this repository
https://github.com/TotalCross/TcTest
Set UI_Style to MATERIAL_UI
package for windows
test and see how much time it takes,then do all these steps again but with UI_style set to android
Expected behavior
The test should take the same time on both
Screenshots or videos
Devices:
Please complete the following information:
The text was updated successfully, but these errors were encountered: