nim_watch_picture_activity.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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. <AbsoluteLayout
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:layout_gravity="bottom">
  20. <TextView
  21. android:id="@+id/watch_picture_text"
  22. android:layout_width="match_parent"
  23. android:layout_height="40dp"
  24. android:layout_weight="1"
  25. android:textAlignment="center"
  26. android:textColor="@color/white" />
  27. </AbsoluteLayout>
  28. </FrameLayout>