Android: layout size issue when changing device settings

后端 未结 1 1108
心在旅途
心在旅途 2021-01-06 20:53

I am currently facing a trouble regarding size change.

I have coded my xml files using dp\'s, but when I change the device screen size, the layout would change.

相关标签:
1条回答
  • 2021-01-06 21:29

    You can also use this library, it is working on all devices, no need to make any dimen file and all. but use this only for the size of widgets, for text size use "sp" only.

    https://github.com/intuit/sdp

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