Closed kimsungbo closed 5 years ago
Hi @kimsungbo,
when you are using the SimpleTableDataAdapter
you can call the Methode setTextSize()
.
Hi @ISchwarz23 I used SortableTableView. How can I change text size and alignment? Thank You.
Hi @asiamatrix,
when using the SimpleTableDataAdapter
you can set the text size using SimpleTableDataAdapter#setTextSize( int )
and set the alignment using SimpleTableDataAdapter#setGravity( int )
.
An example gravity would be Gravity.END
.
is there any way for me to change the font size of the table contents?