SkeletonLayout icon indicating copy to clipboard operation
SkeletonLayout copied to clipboard

Skeleton view pattern for Android

Results 23 SkeletonLayout issues
Sort by recently updated
recently updated
newest added

Getting Exception Below Android Version: 5.1.1 Device: Galaxy Note3 Neo Fatal Exception: java.lang.IllegalArgumentException bitmap size exceeds 32 bits :: More Info :: ``` java.lang.IllegalArgumentException: at android.graphics.Bitmap.nativeCreate (Native Method) at android.graphics.Bitmap.createBitmap...

## What happened 👀 SkeletonLayout is based on FrameLayout, it's quite basic to build the layout. Nowadays, we use ConstraintLayout in almost all layouts, apply `SkeletonLayout` will increase nested layout...

I am trying to use it with a recyclerview horizontal orientation but it not works and only show a skeleton

Is there a way to hook into the skeleton view factory? It would be nice to add or exclude view types (for example I have a MPAndroidChat)

enhancement

I see that showing skeleton for all leaf views (views at the bottom of the view tree and have no children) is not always give a good look. I have...

question

Could I put an attrs as a "adapter" with a layout? This way I could show the "loading" in the lists with no items

question

Hello, I found that library does not work with DiffUtill. When a new list is added, it will scroll to the first position. Сould you fix this?

question

Hello, I create an issues because I noticed 2 things using the lib with CardView. First is my app crash as soon as I try to apply ```createSkeleton()```onto a CardView....

bug

Hi! I'm testing your library with android-paging, but it doesn't work like I'm expecting. The skeleton is visible but when finalize, the list not show any item. Maybe I'm wrong....

`internal class SkeletonRecyclerViewHolder(layout: SkeletonLayout) : RecyclerView.ViewHolder(layout)` Is there any alternative to extend/modify this class? I've `ViewBindingViewHolder` class that is failed when using `Skeleton` due to `ClassCastException cannot cast SkeletonRecyclerViewHolder to...

question