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

2015-04-09 Thread TreKing
On Mon, Apr 6, 2015 at 9:17 AM, Justin Anderson magouyaw...@gmail.com wrote: *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.75 and have

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

2015-04-06 Thread Justin Anderson
*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.75 and have layout_gravity = center.* I'm not sure he wants that top image to always take up 25% of the

[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

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

2015-04-05 Thread TreKing
On Sun, Apr 5, 2015 at 6:55 AM, NewToAndroid rahulra...@gmail.com 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