From 6b6e9fa8e381603f02dcae5d0df40792cca91cac Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Mon, 30 Dec 2024 15:26:44 +0800 Subject: [PATCH] =?UTF-8?q?[6.9.0]OTA=E5=8D=87=E7=BA=A7=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6UI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/drawable/progressbar_ota_download.xml | 42 +++++++++++++++++++ .../res/layout/item_ota_download_status.xml | 40 ++++++++++-------- 2 files changed, 65 insertions(+), 17 deletions(-) create mode 100644 core/function-impl/mogo-core-function-hmi/src/main/res/drawable/progressbar_ota_download.xml rename core/function-impl/{mogo-core-function-devatools => mogo-core-function-hmi}/src/main/res/layout/item_ota_download_status.xml (54%) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/drawable/progressbar_ota_download.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/drawable/progressbar_ota_download.xml new file mode 100644 index 0000000000..821492651b --- /dev/null +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/drawable/progressbar_ota_download.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/core/function-impl/mogo-core-function-devatools/src/main/res/layout/item_ota_download_status.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/item_ota_download_status.xml similarity index 54% rename from core/function-impl/mogo-core-function-devatools/src/main/res/layout/item_ota_download_status.xml rename to core/function-impl/mogo-core-function-hmi/src/main/res/layout/item_ota_download_status.xml index e5d31d0179..d733c8ecb6 100644 --- a/core/function-impl/mogo-core-function-devatools/src/main/res/layout/item_ota_download_status.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/item_ota_download_status.xml @@ -3,36 +3,42 @@ android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:app="http://schemas.android.com/apk/res-auto" - android:layout_margin="@dimen/dp_10"> + android:layout_marginTop="@dimen/dp_54" + android:layout_marginBottom="@dimen/dp_14"> + + - - \ No newline at end of file