From 09cf333cb032e8c1ce4433f3020b97a24ef6b714 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Wed, 4 Nov 2020 17:35:01 -0500 Subject: [PATCH] close #215 --- app/src/main/res/layout/dialog_post_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_post_view.xml b/app/src/main/res/layout/dialog_post_view.xml index 3ef6c076..2c945499 100644 --- a/app/src/main/res/layout/dialog_post_view.xml +++ b/app/src/main/res/layout/dialog_post_view.xml @@ -18,7 +18,7 @@ android:clickable="true" android:focusable="true" android:transitionName="post_image" - app:actualImageScaleType="centerCrop" + app:actualImageScaleType="fitCenter" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"