[android-developers] LinearLayout problem

2012-01-30 Thread atcal
I'm trying to create two rows of display, each consisting of an image to the left and accompanying text to the right. My XML file looks like: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent

Re: [android-developers] LinearLayout problem

2011-03-08 Thread TreKing
On Thu, Mar 3, 2011 at 2:14 AM, Bruno bruno.h...@gmail.com wrote: but when i do this my A component take all the screen. If you tell a view to FILL_PARENT, it will do exactly that and fill it's parent, eating up all the space its parent occupies. If you want what you describe, use

[android-developers] LinearLayout problem

2011-03-07 Thread Bruno
Hello i have sort a problem with my layout i would like somethine like this : +---+ | | |A | | | height : fill_parent | | | | | | +---+ |

Re: [android-developers] LinearLayout problem

2011-03-07 Thread Justin Anderson
Why do you have two linear layouts on top of each other? Can you post the layout code? On Thu, Mar 3, 2011 at 1:14 AM, Bruno bruno.h...@gmail.com wrote: Hello i have sort a problem with my layout i would like somethine like this : +---+ | | |A