From a1c4a5df39f1bb06fed481d4cc71b70f49c3b4dc Mon Sep 17 00:00:00 2001 From: liujing Date: Wed, 29 Sep 2021 20:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E8=BE=B9=E8=89=B2=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/drawable/check_driver.xml | 5 ----- .../res/drawable/check_title_item_shape.xml | 17 +++++++++++++++++ .../main/res/layout/check_info_title_item.xml | 2 +- .../src/main/res/values/colors.xml | 1 + .../src/main/res/values/styles.xml | 2 +- 5 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 core/function-impl/mogo-core-function-check/src/main/res/drawable/check_driver.xml create mode 100644 core/function-impl/mogo-core-function-check/src/main/res/drawable/check_title_item_shape.xml diff --git a/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_driver.xml b/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_driver.xml deleted file mode 100644 index f0547c73db..0000000000 --- a/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_driver.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_title_item_shape.xml b/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_title_item_shape.xml new file mode 100644 index 0000000000..51beff11e5 --- /dev/null +++ b/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_title_item_shape.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + \ No newline at end of file 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 2923d4a513..c987013736 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 @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="@dimen/check_width" android:layout_height="@dimen/dp_127" - android:background="@drawable/check_driver" + android:background="@drawable/check_title_item_shape" android:orientation="horizontal"> #EE3132 #666DA5 #767FCD + #151738 \ No newline at end of file diff --git a/core/function-impl/mogo-core-function-check/src/main/res/values/styles.xml b/core/function-impl/mogo-core-function-check/src/main/res/values/styles.xml index a75b06b449..3ec9ae2d58 100644 --- a/core/function-impl/mogo-core-function-check/src/main/res/values/styles.xml +++ b/core/function-impl/mogo-core-function-check/src/main/res/values/styles.xml @@ -6,6 +6,6 @@ @android:drawable/progress_indeterminate_horizontal @drawable/check_progress - @drawable/check_driver + @drawable/check_title_item_shape \ No newline at end of file