You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a RoundedBoxView that is looking to my App.xaml to collect its value from. The value is not programmatically generated, it's simply referenced in a bunch of places and uses the same value of 8.
My RoundedBoxView points to this value, and displays correctly when not in power saving mode. All controls referencing the same value also display correctly in this mode.
If power saving mode is enabled, any RoundedBoxView looking to this value is now, visually speaking, much more rounded than it was previously - despite using the same value of 8. Other controls that have rounding applied appear fine, as they were before.
I suspect that because power saving mode changes the screen resolution, some calculation is done by this plugin based on that resolution, or the pixel density of the screen, etc etc - which is now less in power saving mode, whilst the plugin uses the same calculations, and gives a much more rounded appearance.
This is a fun one..
I have a RoundedBoxView that is looking to my App.xaml to collect its value from. The value is not programmatically generated, it's simply referenced in a bunch of places and uses the same value of 8.
My RoundedBoxView points to this value, and displays correctly when not in power saving mode. All controls referencing the same value also display correctly in this mode.
If power saving mode is enabled, any RoundedBoxView looking to this value is now, visually speaking, much more rounded than it was previously - despite using the same value of 8. Other controls that have rounding applied appear fine, as they were before.
I suspect that because power saving mode changes the screen resolution, some calculation is done by this plugin based on that resolution, or the pixel density of the screen, etc etc - which is now less in power saving mode, whilst the plugin uses the same calculations, and gives a much more rounded appearance.
Steps to Reproduce
I'm using a Galaxy S9+, with Android 8.0.0.
These images show the issue.
Normal
Power Saving Enabled
The text was updated successfully, but these errors were encountered: