AndroidVeil icon indicating copy to clipboard operation
AndroidVeil copied to clipboard

:performing_arts: An easy, flexible way to implement loading skeletons and shimmering effect for Android.

Results 16 AndroidVeil issues
Sort by recently updated
recently updated
newest added

조건은 RecyclerView 와 DiffUtil 를 사용하고 있고요. 안에 ViewHolder 안에 VeilLayout 사용하고 있습니다. 대충 구조는 RecyclerView -> ViewHolder -> VeilLayout 한번 veil 호출하고 몇초뒤 unveil 호출 했습니다. (정상 동작 O)...

I want some functions: 1. Keep rounded corners of some views 2. Keep background color of some views etc。 like this: ![image](https://user-images.githubusercontent.com/18735317/170866390-c64d8acb-599d-49b8-b73a-503fe32f3b3f.png)

**Is your feature request related to a problem?** I changed LinearLayoutManager.HORIZONTAL but it didn't work **Describe the solution you'd like:** holder.binding.recyclerViewContent.run { setVeilLayout(R.layout.item_home_feature_shimmer) setAdapter(featureHorizontalAdapter) setLayoutManager(LinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false)) addVeiledItems(2) } thanks...

bug

**Please complete the following information:** - Library Version - 1.1.1 - Affected Device(s) - Oneplus 6T , Android 10 **Describe the Bug:** Added Simple VeilLayout inside Motionlayout, it just takes...

**Is your feature request related to a problem?** How to implement veil skeletons in a RecyclerView with multiple view types? Currently `VeilRecyclerFrameView` accepts only one VeilLayout. How to add one...

## Guidelines Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a...

**Please complete the following information:** - Library Version [e.g. v1.0.4] - Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0] **Describe the Bug:** When the app language is set to...

**Is your feature request related to a problem?** I had an issue to cover UI screen with shimmer by espresso integration test **Describe the solution you'd like:** ``` onView(allOf(withClassName(endsWith("RecyclerView")), isDisplayed()))...

It will be a great idea to add option to preview recycler item in xml with this option tools:listitem or by any way it saves a lot of time.