I am making a to do list application but I am unable to figure out how to do layout for that.
So I want layout as shown in screen. I am using Relative Layout here where I am putting Add task and Delete completed in an LinearLayout and then aligning it to bottom of screen. ListView is aligned to top of layout. But as size of list is increasing some items are even going below Add Task and Delete Completed button. Is there a way of preventing it? How ill you design such a layout.
Thanks in Advance

So I want layout as shown in screen. I am using Relative Layout here where I am putting Add task and Delete completed in an LinearLayout and then aligning it to bottom of screen. ListView is aligned to top of layout. But as size of list is increasing some items are even going below Add Task and Delete Completed button. Is there a way of preventing it? How ill you design such a layout.
Thanks in Advance