Hi All,
I am creating a ListView in my android application and I want to set the background color for the ListView but the color is not shown, is this is happen because of the height and width property..?
I set height and width property as fill_parent..
android:layout_width="fill_parent" android:layout_height="fill_parent"
Thank You