Bottomsheet in activity covering over the recyclerview content.
After little search and different ways to fix it found workarround to tackle this.
as follow.
<android.support.v7.widget.RecyclerView
...
android:clipToPadding="false"
android:paddingBottom="72dp"
/>
No comments:
Post a Comment