Reputation: 18386
My problem,
In my custom listview last element 'select' button overlap with cart icon.
My question,
How to add some empty space after end of custom listview?
Upvotes: 0
Views: 63
Reputation: 692
you can set Linear layout for your listview. And you can use another linear layout for your footer(Cart icon).
when you setting up linear layouts, you can add layour weights ,so that you can arrange your listview and cart icon clearly.
if you want more clarifications inform me
Upvotes: 1