From fe4773cfb730077a37ad796b5d5eb2340429f381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Mon, 21 Jun 2021 18:46:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9C=B0=E5=9B=BESDK=201?= =?UTF-8?q?.0.0-vr-8.5.51=20=E6=9B=B4=E6=96=B0=E8=A1=A1=E9=98=B3=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=20=E6=96=B0=E5=A2=9E=E8=B7=AF=E7=89=8C=20=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E5=85=AC=E4=BA=A4=E8=BD=A6=E7=AB=99=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=20=E9=9A=90=E8=97=8F=E7=BA=A2=E7=BB=BF=E7=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 995425e5dc..397e869bd5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -187,4 +187,4 @@ applicationId=com.mogo.launcer applicationName=IntelligentPilot versionCode=80007 versionName=8.0.7 -MAP_SDK_VERSION=1.0.0-vr-8.5.49 \ No newline at end of file +MAP_SDK_VERSION=1.0.0-vr-8.5.51 \ No newline at end of file From 463c8ddafecc4693e731cd9c953609c2206982fe Mon Sep 17 00:00:00 2001 From: wujifei Date: Mon, 21 Jun 2021 19:47:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix#=E4=BB=AA=E8=A1=A8=E7=9B=98=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E9=BB=98=E8=AE=A4=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mogo/module/extensions/view/ArcView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/view/ArcView.java b/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/view/ArcView.java index fce75f2bc4..4597138533 100644 --- a/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/view/ArcView.java +++ b/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/view/ArcView.java @@ -100,7 +100,7 @@ public class ArcView extends View { mArcPaint = new Paint(Paint.ANTI_ALIAS_FLAG); //抗锯齿 mArcPaint.setAntiAlias(true); - mArcPaint.setColor(Color.parseColor("#222A66")); + mArcPaint.setColor(Color.parseColor("#151D4C")); //设置透明度(数值为0-255) mArcPaint.setAlpha(100); //设置画笔的画出的形状