添加主播消息空页面

This commit is contained in:
18401019693
2023-02-28 13:06:48 +08:00
parent 16ba71493e
commit 824d431a63
3 changed files with 21 additions and 4 deletions

View File

@@ -17,5 +17,14 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/live_message"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:visibility="gone" />
<ImageView
android:id="@+id/img_no_new"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_gravity="center"
android:layout_marginTop="50dp"
android:src="@mipmap/img_no_new" />
</LinearLayout>