Re: [android-developers] Which layout(s) can help me ?

2015-04-05 Thread TreKing
On Sun, Apr 5, 2015 at 6:55 AM, NewToAndroid wrote: > How / which layout or layouts should I use here ?? Sounds like a LinearLayout with vertical orientation. The first item (top image) would have a layout_weight of 0.25 and layout_gravity of center_horizontal, the second (button) a weight of 0

[android-developers] Which layout(s) can help me ?

2015-04-05 Thread NewToAndroid
HI All, I am developing a most simple looking app. But being new to Android struggling with a (probably) minor issue. On my front screen there is an image (kind of logo) at the top and centre, which is a typical rectangular image. This might take top 25% or 30% of the screen of a typical phone