Delete textview
haris15 opened this issue · 1 comments
haris15 commented
how to delete particular textview from multiple textview ?
chethands7 commented
Here, "container" is a Layout you use to add the RotatableAutofitEditText.
if (container.getChildCount() > 0) {
container.removeViewAt(container.getChildCount() - 1);
}