Since upgrading my device to Kitkat one of my builds is not scaling properly. Nothing in the build has been changed as far as autoscale or previous variations. just a trim to the overall copy code has been made. nothing involving resizing. Any reason for this?
I highly recommend you to remove all the variants and instead use the designer script (together with AutoScaleAll) to make your layout fit any device.
You should check the value returned by Activity.LoadLayout. This call returns the values of the loaded variant. Maybe it is different than what you expect.
I highly recommend you to remove all the variants and instead use the designer script (together with AutoScaleAll) to make your layout fit any device.
You should check the value returned by Activity.LoadLayout. This call returns the values of the loaded variant. Maybe it is different than what you expect.