Skip to content

Commit 76f236a

Browse files
kaibolaylfkellogg
authored andcommitted
Actually keep asspet ratio of screenshot. (#4342)
1 parent 538d656 commit 76f236a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-appdistribution/src/main/res/layout/activity_feedback.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
android:id="@+id/screenshotImageView"
101101
android:layout_width="wrap_content"
102102
android:layout_height="wrap_content"
103-
android:scaleType="fitXY"
103+
android:scaleType="centerInside"
104+
android:adjustViewBounds="true"
104105
android:contentDescription="@string/screenshot_image_description" />
105106
</LinearLayout>
106107
</LinearLayout>

0 commit comments

Comments
 (0)