Link color to other color xml in Android -


can link 1 color color in android xml?

something this:

<color name="ring_enabled_color"><color name="ring_disabled_color"/></color> 

can link 1 color color in android xml?

yes can, using @color/color_name. e.g.

<color name="ring_enabled_color">@color/ring_disabled_color</color> 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -