Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete textview #6

Open
haris15 opened this issue May 29, 2018 · 1 comment
Open

Delete textview #6

haris15 opened this issue May 29, 2018 · 1 comment

Comments

@haris15
Copy link

haris15 commented May 29, 2018

how to delete particular textview from multiple textview ?

@chethands7
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants