We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tableView.setDataAdapter(new SimpleTableDataAdapter(getContext(),spaceProbes));
i still don't understand where use #settextsize
i try like this
tableView.setDataAdapter(new SimpleTableDataAdapter(getContext(),spaceProbes).setTextSize(10))
still doesn't work;
The text was updated successfully, but these errors were encountered:
I guess your code doesn't compile. Try this:
SimpleTableDataAdapter adapter = new SimpleTableDataAdapter(getContext(), spaceProbes); adapter.setTextSize(10); tableView.setDataAdapter(adapter);
Sorry, something went wrong.
this work great, can this library make horizontal scroll, i make it textsize 10 but still there coloum show not full text
in my case text p+... , pre... , des... thats mean P+K+S, predikat, deskripsi
*should i post in new issue? this different
To put the TableView inside a horizontal scroll view have a look at issue #14.
No branches or pull requests
tableView.setDataAdapter(new SimpleTableDataAdapter(getContext(),spaceProbes));
i still don't understand where use #settextsize
i try like this
tableView.setDataAdapter(new SimpleTableDataAdapter(getContext(),spaceProbes).setTextSize(10))
still doesn't work;
The text was updated successfully, but these errors were encountered: