ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

🦚 An expandable layout that shows a two-level layout with an indicator.

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

Library Version v1.0.6 The layout set as `secondLayout` is not displayed entirely. It has `android:layout_height="match_parent"` but the `ExpandableLayout` doesn't take in the full size of the layout file. I'd expect...

**Please complete the following information:** - Library Version [e.g. v1.0.0] - Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0] This is what i am getting in my app {"msg":"\u003ccom.skydoves.expandablelayout.ExpandableLayout...

**Please complete the following information:** - Library Version: 1.0.7 - Affected Device(s) : Samsung Galaxy Note 10 with Android 12.0 **Describe the Bug:** I have attached the reproduced video and...

**Please complete the following information:** - Library-Version: v1.0.7 - Affected Device(s) Google Pixel3 with Android 12 and Huawei Android 8 **Describe the Bug:** For the expansion spinner icon, I set...

- Library Version : 1.0.7 - Pixel 3 and 4, OnePlus Nord, Android 10 and 11 **Describe the Bug:** I put a recycler view in the second layout, but it...

Unable to get the viewBinding references for parent and second layouts inside Expandable Layout view. Tried with mainActivityBinding.expandableLayout.parentLayout/parentLayoutResource etc.. unable to get the viewbinding instance for the layouts inside expandable...

Data-binding is not working, please suggest a working data-binding code for this UI

try change length of a each list in the Section items in your example. Something like: ``` adapter.addSectionItem( SectionItem("Title0", R.color.colorPrimary, arrayListOf("item0")) ) adapter.addSectionItem( SectionItem("Title1", R.color.md_yellow_100, arrayListOf("item0", "item1", "item2", "item3")) )...

**Please complete the following information:** - Library Version 1.0.7 - Affected Device(s) Samsung Galaxy s9+ with Android 10.0 **Describe the Bug:** The layout does not work as expected when programmatically...

Hi, First of all, thanks for making this awesome library. Your effort is really appreciatable. But, I think you need to work more on this library because **Expand animation** is...