Fix issue on image size

This commit is contained in:
Pierre
2018-04-14 12:24:36 +02:00
parent ef4b9c1680
commit 602cb9571d
2 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,9 @@
<ImageView
android:id="@+id/post_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="200dp"
android:contentDescription="@string/post_image_description"
android:scaleType="fitCenter" />
android:scaleType="centerInside" />
<!-- Post content -->
<TextView