Merge branch 'lk' into dev_MogoAP_eagle-1030_211020_8.0.14

This commit is contained in:
liujing
2021-11-16 10:58:04 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/item_video_cover"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@drawable/notice_video_back">
<RelativeLayout
android:id="@+id/surface_container"