ExpandableLayout
ExpandableLayout copied to clipboard
Auto expand
How to expand the specified item automatically after created?
postRunnable with delay?
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);