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

@ -55,7 +55,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

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