agilie / RotatableAutofitEditText

Extended EditText which allows to move, rotate and resize text at the same time
https://agilie.com
MIT License
54 stars 6 forks source link

Delete textview #6

Open haris15 opened 6 years ago

haris15 commented 6 years ago

how to delete particular textview from multiple textview ?

chethands7 commented 6 years ago

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

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