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

Change the text size in header and rows #163

Closed kk99999 closed 6 years ago

kk99999 commented 6 years ago

How can i specify the size of text for the header as well as for the rows.

ISchwarz23 commented 6 years ago

Hi @kk99999,

If you are using the SimpleTableDataAdapter and SimpleTableHeaderAdapter you should use the setTextSize( int ) method.

Regards, Ingo

kk99999 commented 6 years ago

Hi Ingo, Thank you.