AndroidTreeView
AndroidTreeView copied to clipboard
How to update the node
I want to modify the text of the node.But I can't do it
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));