My question is almost in this question:
Clone a text view to add it to a ViewGroup
However, I inflated the view and then tried to clone it at the object level for performance reasons (I don't want to parse XML every time), so the answer does not help me. View.clone () is protected and does not seem to have a copy constructor. Is there any way to do this?
android clone copy view
SapphireSun Nov 11 '10 at 20:59 2010-11-11 20:59
source share