From b951394581e53029856ab62580d8e4d2845ce69d Mon Sep 17 00:00:00 2001 From: Aditya Date: Sat, 2 Feb 2019 16:57:59 +0530 Subject: [PATCH] fix: stretched out event placeholder image --- app/src/main/res/layout/content_event.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/content_event.xml b/app/src/main/res/layout/content_event.xml index 129e48e705..a871e34dc3 100644 --- a/app/src/main/res/layout/content_event.xml +++ b/app/src/main/res/layout/content_event.xml @@ -21,7 +21,7 @@ android:id="@+id/logo" android:layout_width="match_parent" android:layout_height="@dimen/event_details_image" - android:background="@drawable/placeholder" + android:src="@drawable/placeholder" android:scaleType="centerCrop" />