Skip to content

Commit

Permalink
Prevent webpage screenshot scaling down
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarta committed Mar 21, 2023
1 parent 1e3f6c7 commit 75279be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turbo/src/main/res/layout/turbo_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:layout_height="match_parent"
android:clickable="true"
android:focusable="true"
android:scaleType="fitStart"
android:scaleType="matrix"
android:visibility="gone"
tools:ignore="ContentDescription" />

Expand Down
2 changes: 1 addition & 1 deletion turbo/src/main/res/layout/turbo_view_bottom_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
android:visibility="gone"
android:clickable="true"
android:focusable="true"
android:scaleType="fitStart"
android:scaleType="matrix"
tools:ignore="ContentDescription" />

<FrameLayout
Expand Down

0 comments on commit 75279be

Please sign in to comment.