Hello,
I'd like to know how to specify the height of a particular item of a ListView from java code ? Thanks
Hello,
I'd like to know how to specify the height of a particular item of a ListView from java code ? Thanks
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.