1
Answer

Background color for the ListView in Android

Ask a question
Riya Sehgal

Riya Sehgal

13y
3.1k
1

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


Answers (1)