how to set correct margin for nexus5 and nexus 5x

前端 未结 1 864
醉梦人生
醉梦人生 2021-01-22 15:34

I am developing the app and now I have very big problem.

As we know nexus 5 and nexus 5x using the same resource directory (xxhdpi) my view getting broken because of so

相关标签:
1条回答
  • 2021-01-22 15:41

    You have to use Android Percent Support Lib which divide your layout View into Percentage....

    It is easy to set Views using Percentage which is useful for all device and UI is same in all device .....

    Use below link ....

    Android Percent Support Lib

    I think it solve you problem ....

    enjoy coding ....

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