FloatingGroupExpandableListView icon indicating copy to clipboard operation
FloatingGroupExpandableListView copied to clipboard

An open source Android library that provides a floating group view at the top of the ExpandableListView

Results 18 FloatingGroupExpandableListView issues
Sort by recently updated
recently updated
newest added

2020-07-24 00:44:21.690 7989-7989/com.KryptosTextApp.KryptosText E/AndroidRuntime: FATAL EXCEPTION: main Process: com.KryptosTextApp.KryptosText, PID: 7989 java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference at com.diegocarloslima.fgelv.lib.FloatingGroupExpandableListView.dispatchDraw(FloatingGroupExpandableListView.java:192) at android.view.View.draw(View.java:21424) at android.widget.AbsListView.draw(AbsListView.java:4388)...

override (getChildType / getChildTypeCount) and (getGroupType /getGroupTypeCount) to make the group list and the child list could display different style layout

https://developer.android.com/preview/restrictions-non-sdk-interfaces

Dear Diego, great piece of software you have there. It almost worked out of the box for me. The only problem is that the `OnChildClickListener` which I had implemented in...

I want to remove up/down arrow on the parent list item icon. these arrows look very light gray color on top of icon how can I remove this. Please help...

i can't access child position class not able to remove or add any child runtime

1st log: java.lang.IndexOutOfBoundsException: Invalid index 3, size is 3 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251) at java.util.ArrayList.get(ArrayList.java:304) at base.util.ui.listview.ExpandListAdapter.getGroup(ExpandListAdapter.java) at my.package.Fragment$Adapter.getGroupView(Fragment.java) at com.diegocarloslima.fgelv.lib.WrapperExpandableListAdapter.getGroupView(WrapperExpandableListAdapter.java) at android.widget.ExpandableListConnector.getView(ExpandableListConnector.java:450) 2nd log: java.lang.ArrayIndexOutOfBoundsException at android.view.MotionEvent.getY(MotionEvent.java:934) at android.widget.AbsListView.onTouchEvent(AbsListView.java:2263) at android.widget.ListView.onTouchEvent(ListView.java:3492)...

How can I animate items on expanding/collapsing ?

Can not shrink the group when i scroll.

Hi @diegocarloslima, Thanks for sharing this. I'm facing the following issue while implementing my custom child view xml . My implementation is, Assuming i had 10 set of groups each...