tags:

views:

25

answers:

1

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