Show divider after last item
See original GitHub issueHello,
Is there a way to show a divider after the last item?
I’m using the default divider with withDefaultDivider()
but it’s not displayed beneath the last item.
Thank you.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
RecyclerView remove divider / decorator after the last item
Try this Code, it won't show divider for the last item. This method will give you more control over drawing divider.
Read more >Customizing the DividerItemDecoration class so we ... - GitHub
Customizing the DividerItemDecoration class so we can remove divider / decorator after the last item - DividerItemDecoration.java.
Read more >RecyclerView remove divider / decorator after the last item
Android : RecyclerView remove divider / decorator after the last item [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >Android – Show divider after the last item in the list - iTecNote
I added a divider drawable to my listview but it appears for all the items except after the last item. I only have...
Read more >Adding RecyclerView Divider using Binding Adapter and ...
Add a divider after every item. Add some margin to this divider. And lastly, to have the last divider, i.e., divider after the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, in that case, we can always add it as feature.
@de-Stan, sorry I was already there to fix a small bug in another class.