fix UI走查

升级custom map version
fix #797
This commit is contained in:
lianglihui
2021-06-18 15:40:33 +08:00
parent aeb19da764
commit 84a1601486
5 changed files with 7 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ public class SlidePanelView extends View {
private final Paint blockPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
private final Paint textPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
private static int textSize = 40;
private static int textSize = 67;
private static int BLOCK_START_X = 15;
private static int BLOCK_START_Y = 15;
private static int NORMAL_TEXT_MARGIN_LEFT = 40;