-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add Remove View Dynamically #47
Comments
I have same problem, I suggest you should remove SegmentedButtonGroup and replace with the other. My code down here (parent view in my case I use a LinearLayout) ` fun setup(
|
I want to add views at runtime. then remove all of them and then add another set of views.
Once i do addView() it works. but when i do removeAllView(). after that addView does not work. any one have a suggestion ??
The text was updated successfully, but these errors were encountered: