ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

[Deprecated]A expandable Layout to save space and reduce jump between Activity and Fragment

Results 15 ExpandableLayout issues
Sort by recently updated
recently updated
newest added

里面包裹一个recyclerview,recyclerview的水平滑动的app:layoutManager="android.support.v7.widget.LinearLayoutManager" ,android:orientation="horizontal", adapter里面item的布局高度不能写死固定值,使用match_parent或者wrap_content, 展开后recyclerview没有绘制出来......

I'm using an expanded item row. and I make the material dialog appear when the button in it is clicked. but when the dialog closes, the item row on the...

I get: Failed to resolve: com.github.SilenceDut:ExpandableLayout:1.2.0

If any views are expanded, i need to close when i expand one item.Means expand one view at a item. Is it possible?

How can I turn them off if there's another layout open in the case of clicking on a line in the list.

when use expandableLayout.setExpand(false); expandableLayout close very fast and with out any animation.

Hello, I just implemented expandable layout in recycle view . Data coming from web-service and passing array-list through adapter. Layout row file in Nested Linear Layouts. (may be its layouts...

I like this library. I was wondering though, is there a way to set `onItemLongClickListener` on `ListView` with expandable items? I tried `mListView.setOnItemLongClickListener(myOnItemLongClickListener);` but long clicks are not registered

How to set expand to true by default?