You need to sign in or sign up before continuing.
Commit 65868c83 authored by Varun Patil's avatar Varun Patil

Fix height of body image

This fixes reflow on image load
parent 376be7bc
......@@ -32,10 +32,10 @@
<ImageView
android:id="@+id/body_picture"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="300dp"
android:layout_weight="1"
android:adjustViewBounds="true"
android:scaleType="fitCenter" />
android:scaleType="centerCrop" />
<android.support.v7.widget.CardView
android:layout_width="match_parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment