Guest User

Untitled

a guest
Oct 19th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. xmlns:app="http://schemas.android.com/apk/res-auto">
  6.  
  7. <ImageView
  8. android:id="@+id/vh_iv_album_single_picture"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:adjustViewBounds="true"
  12. app:layout_constraintTop_toTopOf="parent"/>
  13.  
  14. </androidx.constraintlayout.widget.ConstraintLayout>
Add Comment
Please, Sign In to add comment