简体   繁体   中英

How to create vertical dynamic listview?

I have to create 1 xml which contains

ImageView ImageView ImageView

TextView TextView TextView

Pls help me with xml code

Thanks

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

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 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM