RotatableAutofitEditText icon indicating copy to clipboard operation
RotatableAutofitEditText copied to clipboard

Delete textview

Open haris15 opened this issue 6 years ago • 1 comments

how to delete particular textview from multiple textview ?

haris15 avatar May 29 '18 11:05 haris15

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

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

chethands7 avatar Jul 05 '18 05:07 chethands7