开发者

Android: How to merge 2 AttributeSet objects?

开发者 https://www.devze.com 2023-01-21 03:03 出处:网络
I have 2 Attribut开发者_StackOverflow社区eSet objects- how can I combine them into 1?You probably want to create a MutableAttributeSet and then add each element from your two existing ones to it?

I have 2 Attribut开发者_StackOverflow社区eSet objects- how can I combine them into 1?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消