I am looking to disable Display Size scaling on Android. I have been able to sort out text size scaling by using allowFontScaling={false}
but I cannot find a way to do the same for display size. When display size is increased, all my Views get mashed together making the app impossible to use.
There is the same question with no answer here:
Any help would be greatly appreciated.