Reputation: 23616
I have 2 AttributeSet objects- how can I combine them into 1?
Upvotes: 3
Views: 328
Reputation: 46844
You probably want to create a MutableAttributeSet and then add each element from your two existing ones to it?
Upvotes: 0