Overlay Layout over Grid on Android -


i trying create following layout in android, not successful:

4 views ordered grid, dividing screen in horizontal , vertical middle. on top of these views, centered in middle, 5th view, , overlapping them (partly). tried linearlayout in combination relativelayout not seem manage getting right. tips on this?

thank much, appreciate time.

sudo code .

<relative fill_parent >   <linear  fill_parent orientatin=vertical>     <linear orientatin=horizontal layout_weight=1 >        <child1 layout_weight=1 />         <child2 layout_weight=1 />     <linear>     <linear orientatin=horizontal layout_weight=1 >        <child1 layout_weight=1 />         <child2 layout_weight=1 />     <linear>   </linear>    <linear centerinparent=true /> </relative> 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -