Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
v0.3.1
  • Loading branch information
hamzaahmedkhan authored Jul 27, 2019
1 parent 0429fef commit 1e42149
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

ShimmerRecyclerView is an custom RecyclerView library based on Facebook's [Shimmer](https://github.com/facebook/shimmer-android) effect for Android library


### v0.3.1
- Linear Horizontal Recyclerview bug fixed.

### v0.3.0
Now you can set xml attributes for shimmer layout reference and number of shimmer to be shown while loading. Also now you can able to change view type of `ShimmerAdapter`.

Expand All @@ -24,4 +28,4 @@ Pre release.
- use `showShimmer` and `hideShimmer` to toggle shimmer view.
- Auto-detect layout type and orientation while showing shimmer.
- Setup own Shimmer using `ShimmerRecyclerView#setShimmer(com.facebook.shimmer.Shimmer)` to customize for ShimmerRecyclerView.
- All xml attributes are similar as facebook `ShimmerLayout`.
- All xml attributes are similar as facebook `ShimmerLayout`.

0 comments on commit 1e42149

Please sign in to comment.