RecyclerView cutting off last item

前端 未结 7 853
孤街浪徒
孤街浪徒 2021-01-02 01:34

\"enter We can see here last item is partially visible. How can i fix this? layout.xml

7条回答
  •  执笔经年
    2021-01-02 01:51

    I tried all the available option from most of possible site but I didn't get the solution. Then, I think can I use bottom padding? And Yes, It's work for me.

    I am sharing the code to you. Nothing more attribute required other than height, width & padding.

    android:paddingBottom="?attr/actionBarSize"

     
    

提交回复
热议问题