I have an app that runs on both layout and handset. Some screens use fragments and everything works properly. The problem is in some activities like the login one.
I would like to constraint the width of the elements in signin page to a certain maximum width in order to not make it stretch (making it looks not natural).
Is there a clean solution besides creating new layouts?
Thanks Tobia Loschiavo