android - Reference another dimen in dimen -


is possible use reference of dimension resource in dimension? mean this:

file dimen.xml:

<dimen name="test1">18sp</dimen> <dimen name="test2">@dimen/test1</dimen> 

it works way posted

<dimen name="test1">18sp</dimen> <dimen name="test2">@dimen/test1</dimen> 

Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -