Merge "Mark screenshot preview as clickable" into tm-dev

This commit is contained in:
Miranda Kephart
2022-04-05 14:29:08 +00:00
committed by Android (Google) Code Review

View File

@@ -98,6 +98,7 @@
android:scaleType="fitEnd"
android:background="@drawable/overlay_preview_background"
android:adjustViewBounds="true"
android:clickable="true"
app:layout_constraintBottom_toBottomOf="@id/screenshot_preview_border"
app:layout_constraintStart_toStartOf="@id/screenshot_preview_border"
app:layout_constraintEnd_toEndOf="@id/screenshot_preview_border"