zer0stimulus
zer0stimulus

Reputation: 23616

Android: How to merge 2 AttributeSet objects?

I have 2 AttributeSet objects- how can I combine them into 1?

Upvotes: 3

Views: 328

Answers (1)

Cheryl Simon
Cheryl Simon

Reputation: 46844

You probably want to create a MutableAttributeSet and then add each element from your two existing ones to it?

Upvotes: 0

Related Questions