chat_room_tab.xml 573 B

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