Android listview item display text over image using array adapter
问题 I have overloaded the getView method of listview to populate custom style of list item. This is what currently it looks like:!! Red color is to just show the background of listview item Here I have used 3 controls: Imageview for image, 2 text views (one top, one bottom). Problem here is the height of listview item is getting increased. I want two textviews over the image not above or below. To someextent I know the root cause of this problem but don't know how to fix it. Here is the layout of