gyrodraw/GyroDraw

View on GitHub
app/src/main/res/layout/gallery_fullscreen_fragment.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/detail_image"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:adjustViewBounds="true"
  android:scaleType="fitCenter"
  tools:context="ch.epfl.sweng.GyroDraw.home.gallery.FullscreenImageActivity$PlaceholderFragment"
  tools:ignore="ContentDescription"/>