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

Auto expand #40

Open
sliontc opened this issue Dec 9, 2015 · 2 comments
Open

Auto expand #40

sliontc opened this issue Dec 9, 2015 · 2 comments

Comments

@sliontc
Copy link

sliontc commented Dec 9, 2015

How to expand the specified item automatically after created?

@gelldur
Copy link

gelldur commented Feb 11, 2016

postRunnable with delay?

@nazarcybulskij
Copy link

so that to expand the specified item automatically , I use this code in adapter

if(position ==expandposition)
((View)contentlayout.getParent()).setVisibility(View.VISIBLE);
else
((View)contentlayout.getParent()).setVisibility(View.GONE);

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

3 participants