Listview Doesn't Occupy Whole Screen
I have tried all possible options for android:background and android:cacheColorHint with @android:color/transparent and @null but of no use to hide the listView in the picture. I a
Solution 1:
The only solution I know is to create a Button with width 1dp and height as you need and position this one under the list to fill out the rest.
I appologize in advance for this rather "dirty" advice - but as you I keep running into this kind of problem, tried bottom_margins, paddings, fixed sizes of backgrounds,.. I have not found any kind of "clean" solution.
Looking forward to better working suggestions on this topic too :-)
Post a Comment for "Listview Doesn't Occupy Whole Screen"