nim_watch_picture_activity.xml 811 B

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