Merge "Fix screenshot in landscape" into sc-dev

This commit is contained in:
Miranda Kephart
2021-02-02 20:30:44 +00:00
committed by Android (Google) Code Review

View File

@@ -25,7 +25,7 @@
android:layout_marginBottom="@dimen/screenshot_offset_y"
android:scaleType="fitStart"
android:elevation="@dimen/screenshot_preview_elevation"
android:visibility="gone"
android:visibility="invisible"
android:background="@drawable/screenshot_rounded_corners"
android:adjustViewBounds="true"
android:contentDescription="@string/screenshot_edit_label"