Android Question Layout Change after update...

EduardoElias

Well-Known Member
Licensed User
Longtime User
Hi there!

I know I am going to ask something little subjective, but any help are welcomed.

My app is running in many smartphones just well, from android 4.0.1 to 7.1.1

from 4.3 to 5.5 inch display

However something weird happened with Moto E (1st gen)

I have many users with this version since it still sold for professional use.

After a security update the screen vertical size is not correct.

This is the image before update:
A8ZxDv.jpg


you can see at the botton there are 2 lines of round buttons.

After the security update it is looking like this:
eQ73O9.jpg


As you can see 90% of the last line is gone.

The Android version is 5.1

The problem here is that how can I adapt to this situation since on any other cellphone it just works fine?

I have no problem whatsoever in dimensions. I try to always use script inside layouts to make the size calculations based on %x and %y

any help appreciated!
 

NJDude

Expert
Licensed User
Longtime User
If you are always using designer scripts you shouldn't have these problems unless you perhaps are using variants which you shouldn't.

Can you post the designer code for that layout?
 
Upvote 0
Top