Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaselHorany authored Feb 17, 2020
1 parent 0f574af commit 81a21ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ focus on visible items and others faded depeinding on their visibility percentag

Just like video playlist in facebook app
so possible names that explains it and also brings you here from google search:
* recyclerview hides items like facebook videos
* fade recyclerview items
* Alan Walker recyclerview ?
* night mode recyclerview
* fade recyclerview items on scroll


<p align="center">
Expand Down Expand Up @@ -45,6 +44,7 @@ Just like how you would use a reqular RecyclerView that is why there is no sampl
```java

/*options*/
recyclerview.setFadeModeAlpha(true);//default fade mode is foreground overlay try both and use what you like.
recyclerview.setMaskColor(initColor);// default black
recyclerview.setIsAggressive(false);//default true. if items should be dimmed aggressively

Expand Down

0 comments on commit 81a21ff

Please sign in to comment.