From 463c8ddafecc4693e731cd9c953609c2206982fe Mon Sep 17 00:00:00 2001 From: wujifei Date: Mon, 21 Jun 2021 19:47:01 +0800 Subject: [PATCH 1/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); //设置画笔的画出的形状 From da5218a7ecf546113af8b7b4c778bd3bb0153767 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Mon, 21 Jun 2021 20:23:53 +0800 Subject: [PATCH 2/2] changed UI --- .../src/main/res/drawable/v2x_refresh_button_bg.xml | 4 ++-- .../src/main/res/layout/view_video_layout_see_crossroad.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/res/drawable/v2x_refresh_button_bg.xml b/modules/mogo-module-v2x/src/main/res/drawable/v2x_refresh_button_bg.xml index a6a6e21a94..0fcf244473 100644 --- a/modules/mogo-module-v2x/src/main/res/drawable/v2x_refresh_button_bg.xml +++ b/modules/mogo-module-v2x/src/main/res/drawable/v2x_refresh_button_bg.xml @@ -1,9 +1,9 @@ - + - + \ No newline at end of file diff --git a/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_crossroad.xml b/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_crossroad.xml index 6f4e17553d..81d28840f1 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_crossroad.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/view_video_layout_see_crossroad.xml @@ -53,7 +53,7 @@ android:id="@+id/tvRefreshButton" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="@dimen/dp_40" + android:layout_marginTop="@dimen/dp_58" android:background="@drawable/v2x_refresh_button_bg" android:paddingStart="@dimen/dp_135" android:paddingTop="@dimen/dp_25" @@ -61,7 +61,7 @@ android:paddingBottom="@dimen/dp_25" android:text="重试" android:textColor="#FFFFFF" - android:textSize="@dimen/dp_34" + android:textSize="@dimen/dp_48" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/ivErrorIcon" />