ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

[Deprecated] An android library that brings the expandable layout with various animation. You can include optional contents and use everywhere.

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

SABJ. Do you have any plans to move to mavenCentral?

Here is my xml: ` ``` ``` ` And this is my fragment code snippet: `mExpandLayout = (ExpandableLinearLayout) root.findViewById(R.id.expandableLayout); mOverlayText = (TextView) root.findViewById(R.id.overlayText); ``` mOverlayText.setOnClickListener(new View.OnClickListener() { @Override public void...

Not working in most devices, wasted my time!

According to the ReadMe file, You Recommended that in a recycler view one should set viewHolder.isRecyclable(false). This has a nasty effect on item animations and causes old views to still...

Seems like there is an issue with nested expandable layouts. I have two `ExpandableLinearLayout`. One `ExpandableLinearLayout` nested into `RelativeLayout` and nested into another `ExpandableLinearLayout` with vertical orientation. I also have...

hi i am using this library in my application .i want expanded linear layout close initially , i want linear layout open after clicking to this layout. for some devices...

java.lang.IllegalStateException: at com.github.aakira.expandablelayout.ExpandableLinearLayout.onMeasure (ExpandableLinearLayout.java:140) at android.view.View.measure (View.java:22337) at android.widget.RelativeLayout.measureChildHorizontal (RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure (RelativeLayout.java:461) at android.view.View.measure (View.java:22337) at android.widget.RelativeLayout.measureChildHorizontal (RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure (RelativeLayout.java:461) at android.view.View.measure (View.java:22337) at android.widget.RelativeLayout.measureChildHorizontal (RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure...

Is it possible to know programmatically the height of the ExpandedLinearLayout object when it expands? The LayoutSize property is not available programmatically. Thanks

it is not expand and collapse correctly in andriod 9