bottom view below RecyclerView in CoordinatorLayout on android
问题 I switched from ConstraintLayout to CoordinatorLayout to avoid snackbar overlapping with my bottom view. While it worked very well in a screen with only a toolbar, RecyclerView and Floating button, in the second screen i am having a really hard time to add a view below the RecyclerView while avoiding it being overlapped with the RecyclerView My best solution yet (below) was to add paddingBottom attribute of about 80dp to the recyclerView. This looks like it solves the problem but when the