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. <android.support.v4.view.ViewPager
  12. android:id="@+id/view_pager_picture"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent" />
  15. <AbsoluteLayout
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content"
  18. android:layout_gravity="bottom">
  19. <TextView
  20. android:id="@+id/watch_picture_text"
  21. android:layout_width="match_parent"
  22. android:layout_height="40dp"
  23. android:layout_weight="1"
  24. android:textAlignment="center"
  25. android:textColor="@color/white" />
  26. </AbsoluteLayout>
  27. <include layout="@layout/nim_watch_media_download_progress_layout" />
  28. </FrameLayout>