I\'ve found loads of different ways of accomplishing this but I\'m not sure what\'s the best for my scenario.
This is my Java code for the listview:
Simply, instead of using the inbuild xml file in the SKD
`ArrayAdapter ad=new ArrayAdapter(GuestActivity.this,android.R.layout.simple_list_item_1,list);`
Make your own xml layout file like this-
``
and use that in the adapter.
Sample Image: