Advertisement
Guest User

activity_main

a guest
Feb 29th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. <ImageButton
  2.     android:id="@+id/imageButton"
  3.     android:layout_width="300dp"
  4.     android:layout_height="300dp"
  5.     android:scaleType="fitXY"
  6.     android:adjustViewBounds="true"
  7.     app:srcCompat="@mipmap/ic_launcher" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement