Harald
Harald

Reputation: 240

Where to find a List of Possible XML-Attributes of a Specific Android Widget?

Would like to know if there is any resource on the web that conveniently lists all possible attributes of an XML-element representing a specific Android widget (e.g., <TextView>)

Upvotes: 0

Views: 963

Answers (2)

Psycho
Psycho

Reputation: 335

Please use Android documentation example for TextView. Section "XML Attributes".

Upvotes: 1

Chris
Chris

Reputation: 23171

The javadoc for the widget has a section for the XML Attributes

Upvotes: 1

Related Questions