Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was wondering if there is an attribute similar to the class attribute in HTML?

I'd like to change some attributes (dimensions and maybe margins) of all the views that are included in this class. So, at the same time change the same attribute for all, instead of going through each View individually by using findViewById or some other method.

share|improve this question

1 Answer

up vote 1 down vote accepted

You can use style resource files which work very similar to css classes.

share|improve this answer
Excellent. Just what i was looking for. Thanks a bunch ! – AndreiBogdan Aug 4 '12 at 9:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.