I can\'t seem to get a customized divider, using a Drawable I\'ve defined, to work when using a ListActivity and not creating a custom ListView. It al
ListActivity
ListView
Try this code:
searchText.setBackgroundColor(getResources().getColor(R.color.wordColorBlack)); ListView lv = getListView(); lv.setDivider(getResources().getDrawable(R.drawable.divider2)); lv.setDividerHeight(2);