views:

9

answers:

0

I am developing an activity which has an Image View, a List View and an OK Button.As per the requirement I have the Image View on the Top Left corner of the screen, End button at the bottom of the screen. The List View will have all the description(comments) with respect to the image and should fill the rest of the screen. How to draw the ListView that it will occupy the rest part of the screen which is not occupied by the ImageView or ButtonView? I am only able to put the List View as rectangular view ( cannot empose the Image View inside the list view with out hiding the contents in the ListView) but actually the list view should fill the entire screen vacant areas( scrollable if required). In short I need to implement a ListView which is not a rectangular view( in appearence).

Regards, Jacs