team_avchat_activity.xml 835 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/parentLayout"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/color_black_333333"
  7. android:orientation="vertical">
  8. <include
  9. android:id="@+id/team_avchat_call_layout"
  10. layout="@layout/team_avchat_call_layout"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:visibility="gone" />
  14. <include
  15. android:id="@+id/team_avchat_surface_layout"
  16. layout="@layout/team_avchat_surface_layout"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:visibility="gone" />
  20. </FrameLayout>