diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_dialog_check_with_accessory.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_dialog_check_with_accessory.xml
index c991206472..ebd16a8339 100644
--- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_dialog_check_with_accessory.xml
+++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_dialog_check_with_accessory.xml
@@ -22,7 +22,7 @@
android:id="@+id/module_push_dialog_acc_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/dp_54"
+ android:layout_marginTop="@dimen/dp_58"
android:text="官方公告"
android:textColor="@android:color/white"
android:textSize="@dimen/dp_56"
diff --git a/core/mogo-core-res/src/main/res/layout/item_notice_video.xml b/core/mogo-core-res/src/main/res/layout/item_notice_video.xml
index 91c6cc5e03..1cd2945794 100644
--- a/core/mogo-core-res/src/main/res/layout/item_notice_video.xml
+++ b/core/mogo-core-res/src/main/res/layout/item_notice_video.xml
@@ -30,27 +30,25 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="@dimen/layout_margin_bottom"
+ android:gravity="bottom"
android:orientation="horizontal">
@@ -71,10 +69,8 @@
android:id="@+id/total"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:layout_marginLeft="@dimen/notice_current_time_margin"
+ android:gravity="bottom"
android:layout_marginBottom="@dimen/notice_time_bottom"
- android:gravity="center_vertical"
android:text="08:66"
android:textColor="@android:color/white"
android:textSize="@dimen/time_textsize" />
@@ -83,6 +79,7 @@
android:id="@+id/fullscreen"
android:layout_width="@dimen/notice_fullscreen_bt"
android:layout_height="@dimen/notice_fullscreen_bt"
+ android:visibility="gone"
android:scaleType="centerInside" />
diff --git a/core/mogo-core-res/src/main/res/layout/item_notice_video_small.xml b/core/mogo-core-res/src/main/res/layout/item_notice_video_small.xml
index 8e91a812a1..c920e62237 100644
--- a/core/mogo-core-res/src/main/res/layout/item_notice_video_small.xml
+++ b/core/mogo-core-res/src/main/res/layout/item_notice_video_small.xml
@@ -30,17 +30,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="@dimen/layout_margin_bottom"
+ android:gravity="bottom"
android:orientation="horizontal">
@@ -48,9 +47,8 @@
android:id="@+id/current"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
+ android:gravity="bottom"
android:layout_marginBottom="@dimen/notice_time_bottom"
- android:gravity="center_vertical"
android:text="02:23"
android:textColor="@android:color/white"
android:textSize="@dimen/time_textsize" />
@@ -71,9 +69,8 @@
android:id="@+id/total"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
android:layout_marginBottom="@dimen/notice_time_bottom"
- android:gravity="center_vertical"
+ android:gravity="bottom"
android:text="08:66"
android:textColor="@android:color/white"
android:textSize="@dimen/time_textsize" />
diff --git a/core/mogo-core-res/src/main/res/values/dimens.xml b/core/mogo-core-res/src/main/res/values/dimens.xml
index 265d067c33..ea0737eca0 100644
--- a/core/mogo-core-res/src/main/res/values/dimens.xml
+++ b/core/mogo-core-res/src/main/res/values/dimens.xml
@@ -50,8 +50,8 @@
38px
- 52px
- 56px
+ 50px
+ 66px
50px
30px
990px
@@ -64,7 +64,7 @@
26px
600px
30px
- 18px
- 28px
+ 20px
+ 30px
\ No newline at end of file