How to make responsive Android application which is used in mobile and also in tablet?

前端 未结 3 1459
孤独总比滥情好
孤独总比滥情好 2020-12-24 11:13

I have created one Android application.

When I run my application in Mobile Phone it works very well, but when I run in Tablet the layout

3条回答
  •  旧时难觅i
    2020-12-24 11:47

    @Sagar Zala

    Try to use constraint layout as parent view for your layout which will help to make your application responsive for phone and device.

    Constraint Layout

提交回复
热议问题