I have a GridView that is being used to display a number of rows of digits (see picture).
I want each row to begin with a heading that says "Row n" for the nth row.
However, the TextView containing "Row n" is being occluded by the other digits. The more digits being displayed, the worse the occlusion.
How can I allow my "Row n" TextView to be displayed in full?
FYI: The gridview has gravity: center, stretch mode: columnWidth, height and width are fill parent.
The textview containing "Row n" has gravity: LEFT, the digits have gravity: CENTER_HORIZONTAL