Re: [android-developers] Does gravity work in nested LinearLayouts?

2012-04-27 Thread Niels Delporte
I have, didn't work though. I eventually changed tracks and solved it with a RelativeLayout: RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=wrap_content android:padding=10dip TextView

Re: [android-developers] Does gravity work in nested LinearLayouts?

2012-04-26 Thread Niels Delporte
Hi Romain Guy, I know this is a very old post, but still wanted to ask you something relating to this. You see, I want to achieve the same result but wit a TextView and another LinearLayout within a LinearLayout. I'm experiencing the same problem though. LinearLayout

Re: [android-developers] Does gravity work in nested LinearLayouts?

2012-04-26 Thread Justin Anderson
Have you tried the android:layout_gravity attribute? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 26, 2012 at 6:59 AM, Niels Delporte niels.delpo...@gmail.comwrote: Hi Romain Guy, I know this is a very old post, but still wanted to ask