Skip to content

Commit

Permalink
beautify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
radiopatrick committed Jan 30, 2024
1 parent c38bc3d commit c09e75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ veilRecyclerView.setLayoutManager(LinearLayoutManager(this)) // sets LayoutManag
veilRecyclerView.addVeiledItems(15) // add veiled 15 items
```

#### Carousel View
#### VeilRecyclerFrameView with a horizontal carousel

Automatically masking a horizontal layout is **not supported yet**. Horizontal (carousel) layouts **can** be used if you specify their shimmer layout yourself in advance (and tell the view to use this prepared layout by setting `isPrepared = true`). See `CarouselActivity` for an example
```kotlin
Expand Down

0 comments on commit c09e75f

Please # to comment.