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

How to update the node #150

Open
Dartly opened this issue Apr 20, 2018 · 1 comment
Open

How to update the node #150

Dartly opened this issue Apr 20, 2018 · 1 comment

Comments

@Dartly
Copy link

Dartly commented Apr 20, 2018

I want to modify the text of the node.But I can't do it

@NizarETH
Copy link

NizarETH commented May 10, 2018

Hi,

look my example you start from the node and you get the ViewHolder then the View, it's simple ```

((TextView)t.getViewHolder().getView().findViewById(R.id.zone_name)).setTextColor(getResources().getColor(R.color.Black));
                 ((TextView)t.getViewHolder().getView().findViewById(R.id.zone_name)).setBackgroundColor(getResources().getColor(R.color.soft_grey));

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