diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_push_top_banner.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_push_top_banner.xml index 15132bdce4..6c05bbb872 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_push_top_banner.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/notice_push_top_banner.xml @@ -73,7 +73,7 @@ android:layout_width="@dimen/dp_2" android:layout_height="@dimen/dp_120" android:layout_marginRight="@dimen/dp_208" - android:background="#FFF" + android:background="#4DFFFFFF" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@+id/module_push_app_icon_title" app:layout_constraintTop_toTopOf="parent" /> @@ -82,7 +82,6 @@ android:id="@+id/notice_push_banner_check" android:layout_width="@dimen/dp_100" android:layout_height="match_parent" - android:layout_marginRight="@dimen/dp_67" android:clickable="true" android:focusable="true" android:gravity="center" 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 c04a002a1a..701e7890db 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 @@ -2,7 +2,8 @@ + android:layout_height="match_parent" + android:background="@drawable/notice_video_back">