nim_watch_snapchat_activity.xml 635 B

12345678910111213141516
  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. <com.netease.nim.uikit.common.ui.imageview.MultiTouchZoomableImageView
  9. android:id="@+id/watch_image_view"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent" />
  12. <include layout="@layout/nim_watch_media_download_progress_layout" />
  13. </FrameLayout>