I have one ListView and I have displayed an ArrayList of objects in my list. Each list item is a TableLayout. TableLayout has one TableRow. TableRow has 3 TextViews.
I want to show a border for the TextViews, so that my ListView will look like grid.  
Can anyone tell me how can I set a border for TextViews in the TableRow?
 
     
    