Commit 23e527f1 by german

Picto updated

parent a603373e
......@@ -420,9 +420,7 @@ public class Picto extends Img {
int width = bitmap.getWidth(); //Ancho original
int height = bitmap.getHeight(); //Alto original
int dens = bitmap.getDensity();
Log.i("TAG_NUEVO","ancho: "+width);
Log.i("TAG_NUEVO","alto: "+height);
Log.i("TAG_NUEVO","densidad: "+dens);
if(!get_legend().equals(JSON_ATTTR_LEGEND_VALUES.NONE)){
String texto = this.translation.toUpperCase();
String[] words = texto.split(" ");
......@@ -430,7 +428,7 @@ public class Picto extends Img {
StringBuffer txt = new StringBuffer();
if (words.length == 1) {
if (words[0].length() > 10) {
if (words[0].length() > 10) {
texto = "";
int mitad = (words[0].length() / 2) - 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment