Imageview in a listview - Height is bugged?
- by Abdullah Gheith
I am having a listview but i have problem
i have the main.xml file, which contains a Listview:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/gradient"
android:gravity="center"…