Skip to content
New issue

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

where use simpletabledataadapter#setTextsize #193

Open
muzamilhaq opened this issue May 4, 2020 · 3 comments
Open

where use simpletabledataadapter#setTextsize #193

muzamilhaq opened this issue May 4, 2020 · 3 comments

Comments

@muzamilhaq
Copy link

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;

@ISchwarz23
Copy link
Owner

I guess your code doesn't compile. Try this:

SimpleTableDataAdapter adapter = new SimpleTableDataAdapter(getContext(), spaceProbes);
adapter.setTextSize(10);
tableView.setDataAdapter(adapter);

@muzamilhaq
Copy link
Author

this work great, can this library make horizontal scroll, i make it textsize 10 but still there coloum show not full text

photo_2020-05-04_13-42-08

in my case text p+... , pre... , des... thats mean P+K+S, predikat, deskripsi

*should i post in new issue? this different

@ISchwarz23
Copy link
Owner

To put the TableView inside a horizontal scroll view have a look at issue #14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants