How to use dimens.xml in Android?

前端 未结 6 2005
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 01:01

When I design a layout, I centralize all dimensions in dimens.xml because of topics of maintainability. My question is if this is correct or not. What would it be the best g

6条回答
  •  萌比男神i
    2020-11-30 01:50

    you don't need to mention dimen value in value folder file. this library auto manage all the things you just call like that

    
    

    whole code click here for that

提交回复
热议问题