Commit badcfc15 authored by Sajal Narang's avatar Sajal Narang

Restrict Event image size for vertical images

parent 877bc3a2
......@@ -19,10 +19,9 @@
<ImageView
android:id="@+id/event_picture_2"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:layout_height="300dp"
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