Android xml reference within xml doesn't work

前端 未结 2 1783
悲哀的现实
悲哀的现实 2021-01-28 16:59

I want to apply the new material design to my android app and have a small problem with my xml file.

16dp


        
2条回答
  •  别那么骄傲
    2021-01-28 17:26

    You are declaring item elements here, not dimen.
    For example this one works:

    
    
        16dp
        16dp
    
        @dimen/activity_horizontal_margin
    
    
    

提交回复
热议问题