gyrodraw/GyroDraw

View on GitHub
app/src/main/res/layout/gallery_item.xml

Summary

Maintainability
Test Coverage
<?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/itemImage"
  android:layout_width="match_parent"
  android:layout_height="128dp"
  android:layout_margin="1dp"
  android:adjustViewBounds="true"
  android:scaleType="centerCrop"
  tools:ignore="ContentDescription"/>