Top "Android-custom-attributes" questions

Same-named attributes in attrs.xml for custom view

I'm writing a few custom views which share some same-named attributes. In their respective <declare-styleable> section in attrs.…

android android-view android-custom-view android-custom-attributes
How do you add user defined properties/values in to the Android manifest file?

I want to add a custom attribute / property into the manifest file, and be able to read it at run …

android android-manifest android-custom-attributes
Get multiple style attributes with obtainStyledAttributes

I am trying to obtain several of the style attributes of the android namespace from my code. Here I enclose …

android android-custom-view android-custom-attributes