Skip to content

Instantly share code, notes, and snippets.

@aligkts
Created May 8, 2020 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aligkts/1e7073ff01ff0b64dc6f2826b4fdcdb7 to your computer and use it in GitHub Desktop.
Save aligkts/1e7073ff01ff0b64dc6f2826b4fdcdb7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/img_item"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_margin="16dp"
android:scaleType="fitXY"
tools:src="@drawable/ic_launcher_background" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment