Value equals to match_parent or fill_parent in dimens.xml?

前端 未结 6 662
春和景丽
春和景丽 2020-12-08 00:12

Based on here on XML Attributes section I specify following in my dimens.xml:

-1dp


        
6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 00:38

    I don't think so. @dimen/match_parent is a specific length with unit while match_parent is a special flag.

提交回复
热议问题