RecyclerView padding to first and last items

in Android
Adding padding to a RecyclerView might not turn out as you expected. Fortunately it's easy to fix with clipToPadding attribute.
Read Moreā€¦