chat_room_master_tab.xml 549 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/master_tab"
  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:id="@+id/master_fragment"
  10. android:name="com.shuishuo.app.chatroom.fragment.MasterFragment"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"/>
  13. </LinearLayout>