Ejemplo n.º 1
0
 private void intializeOtherInfo(RouteNode rn) {
   TextView v = (TextView) findViewById(R.id.radius_bar);
   v.setText(rn.get_cable_radius() + " (cm)");
 }