Hi,
I have been playing around with the tutorials but cannot seem to lay stuff out the way i would logically -think- to lay them out like i would in normal 2d graphics or even on a webpage. The only options i seems to get are layout_width = fill_parent or wrap_content. I found width and height, but when i enter a number value it crashes.
How can i get a set of buttons exactly say.. 20x20 across the top and down the side with a canvas in the rest of it? (Basically draw them where i want with X&Y)
The examples do not seem to cover more advanced gui layout other than just some basic controls on the page.
Any help would be appreciated.
I have been playing around with the tutorials but cannot seem to lay stuff out the way i would logically -think- to lay them out like i would in normal 2d graphics or even on a webpage. The only options i seems to get are layout_width = fill_parent or wrap_content. I found width and height, but when i enter a number value it crashes.
How can i get a set of buttons exactly say.. 20x20 across the top and down the side with a canvas in the rest of it? (Basically draw them where i want with X&Y)
The examples do not seem to cover more advanced gui layout other than just some basic controls on the page.
Any help would be appreciated.