android layout - how to merge tablecolom in TableLayout -



android layout - how to merge tablecolom in TableLayout -

i want create using tablelayout , generating problem shown in below image-1 want tablelayout image-2. give xml code create.!

image-1 , want perfect output next image

you have utilize nested layout given below.

first : linearlayout

take textview in linearlayout

second : take tablelayout in linearlayout

set android:layout_length , android.layout_width fill_parent.

in table layout , take 2 textview , edittext , button.

i hope can work want.

android-layout

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -