Android Bottombar with two buttons having different backgrounds and a common background for two butt
Posted
by cppdev
on Stack Overflow
See other posts from Stack Overflow
or by cppdev
Published on 2010-04-25T05:45:55Z
Indexed on
2010/04/25
5:53 UTC
Read the original article
Hit count: 287
android
|android-sdk
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 ?
© Stack Overflow or respective owner