chat_room_message_tab.xml 585 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/chat_room_message_layout"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/white"
  7. android:orientation="vertical">
  8. <fragment
  9. android:name="com.shuishuo.app.chatroom.fragment.ChatRoomMessageFragment"
  10. android:id="@+id/chat_room_message_fragment"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"/>
  13. </LinearLayout>