ISchwarz23 / SortableTableView

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Apache License 2.0
1.05k stars 237 forks source link

changing text size #188

Closed kimsungbo closed 5 years ago

kimsungbo commented 5 years ago

is there any way for me to change the font size of the table contents?

ISchwarz23 commented 5 years ago

Hi @kimsungbo, when you are using the SimpleTableDataAdapter you can call the Methode setTextSize().

asiamatrix commented 5 years ago

Hi @ISchwarz23 I used SortableTableView. How can I change text size and alignment? Thank You.

ISchwarz23 commented 5 years ago

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.