From 02c502f1970b5d597bd13cdb8d30fe17ecb3a051 Mon Sep 17 00:00:00 2001 From: liujing Date: Wed, 20 Oct 2021 14:47:54 +0800 Subject: [PATCH] UI-check --- .../main/res/layout/check_info_title_item.xml | 8 +++ .../src/main/res/layout/view_check_status.xml | 6 +- .../drawable/module_ext_check.xml | 58 +++++++++++++++---- 3 files changed, 58 insertions(+), 14 deletions(-) diff --git a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_info_title_item.xml b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_info_title_item.xml index 8afee5f391..adcfa846bd 100644 --- a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_info_title_item.xml +++ b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_info_title_item.xml @@ -15,7 +15,9 @@ android:paddingLeft="@dimen/dp_40" android:paddingTop="@dimen/dp_32" android:text="模块名称" + android:textColor="#FFF" android:textSize="@dimen/dp_38" + android:textStyle="bold" app:layout_constraintHorizontal_chainStyle="spread" app:layout_constraintHorizontal_weight="1" app:layout_constraintLeft_toLeftOf="parent" @@ -30,7 +32,9 @@ android:paddingLeft="@dimen/dp_40" android:paddingTop="@dimen/dp_32" android:text="运行状态" + android:textColor="#FFF" android:textSize="@dimen/dp_38" + android:textStyle="bold" app:layout_constraintHorizontal_chainStyle="spread" app:layout_constraintHorizontal_weight="1" app:layout_constraintLeft_toRightOf="@+id/title_one" @@ -45,7 +49,9 @@ android:paddingLeft="@dimen/dp_40" android:paddingTop="@dimen/dp_32" android:text="模块名称" + android:textColor="#FFF" android:textSize="@dimen/dp_38" + android:textStyle="bold" app:layout_constraintHorizontal_chainStyle="spread" app:layout_constraintHorizontal_weight="1" app:layout_constraintLeft_toRightOf="@+id/title_two" @@ -60,7 +66,9 @@ android:paddingLeft="@dimen/dp_40" android:paddingTop="@dimen/dp_32" android:text="运行状态" + android:textColor="#FFF" android:textSize="@dimen/dp_38" + android:textStyle="bold" app:layout_constraintHorizontal_chainStyle="spread" app:layout_constraintHorizontal_weight="1" app:layout_constraintLeft_toRightOf="@+id/title_thr" diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_check_status.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_check_status.xml index 035095487c..f544ecb001 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_check_status.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_check_status.xml @@ -8,13 +8,13 @@ diff --git a/core/mogo-core-res/src/main/function-hmi-res/drawable/module_ext_check.xml b/core/mogo-core-res/src/main/function-hmi-res/drawable/module_ext_check.xml index fa0dcc73b3..23c6cfb635 100644 --- a/core/mogo-core-res/src/main/function-hmi-res/drawable/module_ext_check.xml +++ b/core/mogo-core-res/src/main/function-hmi-res/drawable/module_ext_check.xml @@ -1,14 +1,50 @@ - - - - - - + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file