修复:直播间内遮盖问题

This commit is contained in:
18401019693
2022-12-20 15:45:24 +08:00
parent 9cd1638d55
commit af5d8dbf19
5 changed files with 36 additions and 13 deletions

View File

@@ -9,11 +9,6 @@
android:paddingTop="15dp">
<com.yunbao.common.views.weight.NobleNoticeView
android:id="@+id/noble"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="60dp" />
<LinearLayout
android:id="@+id/lin"
@@ -2308,4 +2303,10 @@
android:layout_height="wrap_content"
android:layout_marginTop="110dp"
android:visibility="gone" />
<com.yunbao.common.views.weight.NobleNoticeView
android:id="@+id/noble"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="60dp" />
</RelativeLayout>