Skip to content Skip to sidebar Skip to footer

Android Layout And Positioning Issue

recently i'm building an app and now i have some problem with layout and positioning. in fact i build my layout but when i test on bigger screen everything collapsed and look of my

Solution 1:

Refer to Supporting multiple screens.

Also, while creating UI, try to keep the layout as RelativeLayout and avoid hardcoding for layout_height and layout_widthso that your UI will fit on all screens. Happy Coding.

Post a Comment for "Android Layout And Positioning Issue"