Questions tagged [android-attributes]
86 questions
523
votes
6 answers
Defining custom attrs
I need to implement my own attributes like in com.android.R.attr
Found nothing in official documentation so I need information about how to define these attrs and how to use them from my code.

Alexander Oleynikov
- 19,190
- 11
- 37
- 51
102
votes
5 answers
How to reference style attributes from a drawable?
I want to have 2 selectable themes for my application. In order to do that, I defined some attributes, like this:
Then, I created both themes, like this: