hi guyz,
can anyone help me of changing the background color of a list view?. i am new to android and i really need to know this. any help will be appreciated.
thanks
hi guyz,
can anyone help me of changing the background color of a list view?. i am new to android and i really need to know this. any help will be appreciated.
thanks
would this help for example:
<ListView android:id="@+id/rssListView"
android:background="#7700CC00"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
?