FlabbyListView icon indicating copy to clipboard operation
FlabbyListView copied to clipboard

Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.

Results 5 FlabbyListView issues
Sort by recently updated
recently updated
newest added

I use it in android 9.0. something happened Process: com.aiocw.termsinnocent, PID: 5980 java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed at android.graphics.Canvas.checkValidClipOp(Canvas.java:789) at android.graphics.Canvas.clipRect(Canvas.java:836) at com.jpardogo.android.flabbylistview.lib.FlabbyLayout.onDraw(FlabbyLayout.java:59) at android.view.View.draw(View.java:20226)...

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

Hi I am loading images in this FlabbyListView using UIL library. I want to set background color of listview items like you are doing(but I want to change alternate color...

The ListView overlaps the actionbar while scrolling.