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
Post a Comment