I have an ListActivity and i am displaying one list with:
setListAdapter(new ArrayAdapter(getApplicationContext(),
android.R.la
If you want to keep all the style but change few details, you can use the default style defined on the Android and change what you want
Then set the adapter using:
setListAdapter(new ArrayAdapter(getApplicationContext(),
R.layout.list_item_custom, mStringList));
Source: https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/layout/simple_list_item_activated_1.xml