tags:

views:

32

answers:

1

Hi all I was wandering if there was a easy way to do the following without android layout place an image central top place a button center center place a button left bottom place a button right bottom

it doesn't sound that difficult no ?

well I can't figure out a way to place the elements as I want using stupid xml layout

can somebody help me out here ?

cheers

Jason

A: 

Hi,

Try using a Relative Layout.

TomS
Thanks for the answer
I actually had to go for a more complex solution and create my own view and draws because other of my views weren't possible with any form of layout ^^