chat_room_barrage.xml 429 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content">
  5. <com.netease.nim.uikit.common.ui.barrage.BarrageSurfaceView
  6. android:id="@+id/barrage_view"
  7. android:layout_width="match_parent"
  8. android:layout_height="217dip"
  9. />
  10. </RelativeLayout>