agilie/RotatableAutofitEditText

Delete textview

haris15 opened this issue · 1 comments

how to delete particular textview from multiple textview ?

Here, "container" is a Layout you use to add the RotatableAutofitEditText.

if (container.getChildCount() > 0) {
container.removeViewAt(container.getChildCount() - 1);
}