开发者

Linear Layout problem in android

开发者 https://www.devze.com 2023-02-13 22:40 出处:网络
I need an android UI exactly like the this link. require screen https://picasaweb.google.com/altafcs/Android#557908208905开发者_开发百科5802882

I need an android UI exactly like the this link. require screen https://picasaweb.google.com/altafcs/Android#557908208905开发者_开发百科5802882

I am using LinearLayout with horizontal orientation.I want to place a third image overlayed over these two images.


Try to user RelativeLayout as you root layout, place your current LinearLayout as first item, and overlayed image as a second one. Specifi parameters you needed to correctly place overlayed image.


You need a to put the LinearLayout you already have within another layout. Place your image there and make it fill_parent in height and width.

0

精彩评论

暂无评论...
验证码 换一张
取 消