[android-developers] Re: layout_gravity does not center the control

2009-06-01 Thread Saurav Mukherjee
try changing the layout to table layout and use gravity arrtibute for the view in each row... it worked for me On Mon, Jun 1, 2009 at 5:39 PM, iDeveloper wrote: > Hi > I have a list, a web view and certain buttons on my activity's layout. > I am trying to center the web view in the layout. T

[android-developers] Re: layout_gravity does not center the control

2009-06-01 Thread iDeveloper
Thanks a lot. On 01-Jun-09, at 5:42 PM, Mark Murphy wrote: > > iDeveloper wrote: >> I have a list, a web view and certain buttons on my activity's >> layout. >> I am trying to center the web view in the layout. The layout_gravity >> attribute that I use for the webview doesn't seem to work.

[android-developers] Re: layout_gravity does not center the control

2009-06-01 Thread Mark Murphy
iDeveloper wrote: > I have a list, a web view and certain buttons on my activity's layout. > I am trying to center the web view in the layout. The layout_gravity > attribute that I use for the webview doesn't seem to work. It stays put > aligned to the left of the screen when I view the activity.