We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c98524 + 1ebdfe2 commit 122dfe3Copy full SHA for 122dfe3
firebase-appdistribution/src/main/res/layout/activity_feedback.xml
@@ -100,7 +100,8 @@
100
android:id="@+id/screenshotImageView"
101
android:layout_width="wrap_content"
102
android:layout_height="wrap_content"
103
- android:scaleType="fitXY"
+ android:scaleType="centerInside"
104
+ android:adjustViewBounds="true"
105
android:contentDescription="@string/screenshot_image_description" />
106
</LinearLayout>
107
0 commit comments