From 81a21ff7b91fd04271982041273c0375b8ace169 Mon Sep 17 00:00:00 2001 From: BaselHorany <30597730+BaselHorany@users.noreply.github.com> Date: Mon, 17 Feb 2020 16:27:37 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a28a1a..d0778a0 100644 --- a/README.md +++ b/README.md @@ -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

@@ -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