public class ListView extends ListActivity {
static String item;
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
ArrayAdapt
The Background color for a custom listview row can be set with
row.setBackgroundResource(R.color.list_bg_2)
method in custom listview adapter in
getView(int position, View convertView, ViewGroup parent)
I have tried many things like row.setBackgroundColor(0xFF00DD) but couldn't get it done,
here list_bg_2 is a color set res/values/color.xml
#ffffff
#fef2e8