Commit 2907f452 by german

Legend text size changed

parent 23e527f1
...@@ -481,7 +481,7 @@ public class Picto extends Img { ...@@ -481,7 +481,7 @@ public class Picto extends Img {
textView.layout(0, 50, 100, 100); textView.layout(0, 50, 100, 100);
textView.setPadding(0, 0, 0, 0); textView.setPadding(0, 0, 0, 0);
textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, 15); textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, 13);
textView.setTextColor(Color.BLACK); textView.setTextColor(Color.BLACK);
textView.setBackgroundColor(Color.WHITE); textView.setBackgroundColor(Color.WHITE);
textView.setWidth(100); textView.setWidth(100);
...@@ -512,7 +512,7 @@ public class Picto extends Img { ...@@ -512,7 +512,7 @@ public class Picto extends Img {
textView.layout(0, 0, 100, 100); textView.layout(0, 0, 100, 100);
textView.setPadding(0, 0, 0, 0); textView.setPadding(0, 0, 0, 0);
textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, 15); textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, 13);
textView.setTextColor(Color.BLACK); textView.setTextColor(Color.BLACK);
textView.setWidth(100); textView.setWidth(100);
textView.setGravity(Gravity.CENTER_HORIZONTAL); textView.setGravity(Gravity.CENTER_HORIZONTAL);
......
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