I have 2 AttributeSet objects- how can I combine them into 1?
A:
You probably want to create a MutableAttributeSet and then add each element from your two existing ones to it?
Mayra
2010-10-25 17:27:20