Я пробовал
Код: Выделить всё
this.slideMenuList = (ListView) findViewById(R.id.listSlideMenu);
ArrayAdapter adapter2 =
new ArrayAdapter(this, android.R.layout.simple_list_item_1, this.menuListResut);
this.slideMenuList.setAdapter(adapter2);
this.slideMenuList.getChildAt(0).setBackgroundColor(R.color.red);
Подробнее здесь: https://stackoverflow.com/questions/180 ... n-listview
Мобильная версия