ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

Auto expand

Open sliontc opened this issue 9 years ago • 2 comments

How to expand the specified item automatically after created?

sliontc avatar Dec 09 '15 03:12 sliontc

postRunnable with delay?

gelldur avatar Feb 11 '16 14:02 gelldur

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);

nazarcybulskij avatar Mar 25 '16 10:03 nazarcybulskij