开发者

how to merge tablecolom in TableLayout

i want to create using Tab开发者_运维百科leLayout and its generating problem like shown in below image-1 but i want to TableLayout like image-2.

how to merge tablecolom in TableLayout

i give my XML Code which i create.!

Image-1 , but i want to another Perfect output like next image

how to merge tablecolom in TableLayout


you have to use nested Layout like i given below.

First : LinearLayout

        take TextView in LinearLayout

Second : Take TableLayout in LinearLayout

set android:layout_length and android.layout_width as fill_parent.

           in table layout , take two TextView and EditText and Button.

i hope it can work as you want.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜