Fcoder
Fcoder

Reputation: 9226

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 app is not good. what is the best way to produce UI?

Upvotes: 1

Views: 163

Answers (1)

Rajkiran
Rajkiran

Reputation: 16191

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.

Upvotes: 2

Related Questions