• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Layout overlapping problem.

turtle123

Lurker
I am making a to do list application but I am unable to figure out how to do layout for that.
todoapplictaion.png



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
 
Your picture isn't showing up, but if I get what you are saying then you just need to make sure the list is also above your add/delete task layout as well as aligned to the top.
 
Back
Top Bottom