nim_watch_picture_activity.xml 758 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/watch_picture_activity_layout"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/black"
  7. android:orientation="vertical" >
  8. <!-- <include layout="@layout/watch_picture_progress_layout" /> -->
  9. <!-- <include layout="@layout/watch_picture_show_more_action_layout" /> -->
  10. <android.support.v4.view.ViewPager
  11. android:id="@+id/view_pager_image"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"/>
  14. <include layout="@layout/nim_watch_media_download_progress_layout" />
  15. </FrameLayout>