开发者

How to create vertical dynamic listview?

I have to create 1 xml which conta开发者_Go百科ins

ImageView ImageView ImageView

TextView TextView TextView

Pls help me with xml code

Thanks


To get source code of list view with image view click here

You can use droiddraw to create XML. You can download droiddraw from here Its very easy to use.

Thanks Deepak


Use droiddraw to create your application layout and generate xml file.


use droiddraw to create your xml. here's a link for that Droiddraw


Use a relativelayout and position your children as you wish. Using RelativeLayout is preferred while building complex layout. This ViewGroup avoids unnecessary overhead xml structures, similiar to the old standard

<table>

in html. Check out this tutorial: http://developer.android.com/resources/tutorials/views/hello-relativelayout.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜