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.
1 parent 16aeb93 commit 1610e52Copy full SHA for 1610e52
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