Can't you just add a LinearLayout below the ListView, set the background on that LinearLayout, then add the buttons to it?
On Apr 24, 11:17 pm, cppdev <[email protected]> wrote: > Hi, > > I have a linear layout in my main.xml which has a listview. Now I want > to create a bottom bar below listview. > > Bottombar has a background image and two buttons with their individual > background images. I want to put these two buttons on common > background image. > > I have read that this can be achieved using FrameLayout. But since I > am using LinearLayout as base layout in my main.xml, is there any way > to this design using linearlayout ? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

