diff --git a/README.md b/README.md index 5190ed6..302d04a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ mFadingEdgeLayout.setFadeEdges(mEnableTop, mEnableLeft, mEnableBottom, mEnableRi mFadingEdgeLayout.setFadeSizes(lenPx, lenPx, lenPx, lenPx); ``` +The fading edges are not implemented as color overlay but rather linear gradient alpha mask of the content. So it'll naturally follow the color of the background. + Compatibility -------------