Subversion Repository Public Repository

Nextrek

Diff Revisions 708 vs 748 for /Android/SmartCharging/SmartCharging/app/src/main/java/it/fedeloper/smartcharging/Controller/FullInfoFragment.java

Diff revisions: vs.
  @@ -182,7 +182,7 @@
182 182
183 183 // ((ImageView) child.findViewById(R.id.user_image)).setImageBitmap(bitm);
184 184
185 - ((TextView) child.findViewById(R.id.nameText)).setText(jdata.getString("username"));
185 + ((TextView) child.findViewById(R.id.nameText)).setText(jdata.getString("username").replace("$"," "));
186 186 ((TextView) child.findViewById(R.id.DescText)).setText(jdata.getString("descrizione"));
187 187 ((TextView) child.findViewById(R.id.textView18)).setText(jdata.getString("data"));
188 188 ((RatingBar) child.findViewById(R.id.ratingBar3)).setRating(jdata.getLong("voto"));