Horizontal recyclerview with fading edges
问题 If I look at the stackoverflow app's horizontal recyclerview, I can see that they use the "fading edge" technique so that the user will know that there are items on the left and right of the recyclerview and he / she can scroll. In listview, I think this effect is enabled by calling the below as described by Romain Guy (http://www.curious-creature.com/category/android/page/2/): android:cacheColorHint="#00000000" No such option exist in Recyclerview unfort. Is there a built in method to allow