From 19d2fd45a65a0a492ef49beac75bff74e640d8be Mon Sep 17 00:00:00 2001 From: liujing Date: Thu, 30 Sep 2021 20:52:44 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E9=A1=B6=E9=83=A8=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=A0=8FUI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/drawable/check_item_left_shape.xml | 18 ++++++++++++++++++ ...em_shape.xml => check_item_right_shape.xml} | 3 ++- .../main/res/drawable/check_recycler_shape.xml | 2 +- .../main/res/layout/check_info_title_item.xml | 7 +++++-- .../src/main/res/values/styles.xml | 2 +- 5 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 core/function-impl/mogo-core-function-check/src/main/res/drawable/check_item_left_shape.xml rename core/function-impl/mogo-core-function-check/src/main/res/drawable/{check_title_item_shape.xml => check_item_right_shape.xml} (84%) diff --git a/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_item_left_shape.xml b/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_item_left_shape.xml new file mode 100644 index 0000000000..6f9ebf6133 --- /dev/null +++ b/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_item_left_shape.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + \ 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_item_right_shape.xml similarity index 84% rename from core/function-impl/mogo-core-function-check/src/main/res/drawable/check_title_item_shape.xml rename to core/function-impl/mogo-core-function-check/src/main/res/drawable/check_item_right_shape.xml index 51beff11e5..0fb8e28c84 100644 --- 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_item_right_shape.xml @@ -8,7 +8,8 @@ + android:top="@dimen/dp_3" + android:bottom="@dimen/dp_1"> diff --git a/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_recycler_shape.xml b/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_recycler_shape.xml index b46d99a0b8..5cc105603d 100644 --- a/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_recycler_shape.xml +++ b/core/function-impl/mogo-core-function-check/src/main/res/drawable/check_recycler_shape.xml @@ -7,5 +7,5 @@ android:bottom="2px" android:left="2px" android:right="2px" - android:top="2px" /> + android:top="0px" /> \ 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 c987013736..eb90a08022 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,13 +3,13 @@ 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_title_item_shape" android:orientation="horizontal"> @drawable/check_progress - @drawable/check_title_item_shape + @drawable/check_item_left_shape \ No newline at end of file