Basic Android Layout Question
Posted
by jonhobbs
on Stack Overflow
See other posts from Stack Overflow
or by jonhobbs
Published on 2010-05-11T12:19:51Z
Indexed on
2010/05/11
12:24 UTC
Read the original article
Hit count: 264
Hi,
I'm new to android but I've been working my way through the tutoials. Still trying to get my head round layouts in a non-html world and was wondering how to achieve the following....
1) I'd like to set a tiled background to fill the screen behind the whole activity
2) I'd like to place a graphic and a button underneath it centred in the middle of the screen.
3) When the user clicks the button I'd like to start a new activity and presumably I have to do something to the current activity so the user can use the back button to get back to it.
Sorry for the newbie question.
Jon
© Stack Overflow or respective owner