Android Layout and positioning issue

后端 未结 1 1584
逝去的感伤
逝去的感伤 2021-01-25 09:57

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 o

1条回答
  •  礼貌的吻别
    2021-01-25 10:32

    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.

    0 讨论(0)
提交回复
热议问题