How to create a neat two-columns input form in Android?

后端 未结 2 466
误落风尘
误落风尘 2021-02-07 09:15

I want to create a neat two-columns input form like this:

\"http://img31.imageshack.us/img31/115/addnew2.png\"

2条回答
  •  甜味超标
    2021-02-07 10:06

    you should also consider the gridLayout , which can be used (by using an android library) on API7+ .

    here's a link: http://android-developers.blogspot.com/2011/11/new-layout-widgets-space-and-gridlayout.html

提交回复
热议问题