tags:

views:

69

answers:

1

Hello,

I'd like to know how to specify the height of a particular item of a ListView from java code ? Thanks

A: 

Well it depends how, or what your trying to accomplish, one way would be:

android:layout_height

But if you mean programmatically, check this:

http://stackoverflow.com/questions/2963152/android-how-to-resize-a-custom-view-programmatically

That talks about resizing, but it should be the same concept.

James
Thank you very much !
Nox