How to draw borders around each column and row in a GridLayout?
I want to display an array of values, as I could do it in Excel, with a GridLayout
. So far, I have been able to display the grid and it’s values in TextView
s but I’m now struggling with the borders I can’t draw the way I want.