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