Commit 40fa5576 authored by Varun Patil's avatar Varun Patil

Revert "Fix height of body image"

This reverts commit 65868c83.
parent 28733f33
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
<ImageView <ImageView
android:id="@+id/body_picture" android:id="@+id/body_picture"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="300dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1"
android:adjustViewBounds="true" android:adjustViewBounds="true"
android:scaleType="centerCrop" /> android:scaleType="fitCenter" />
<android.support.v7.widget.CardView <android.support.v7.widget.CardView
android:layout_width="match_parent" 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