Skip to content

Commit 87792ed

Browse files
authored
Merge pull request #14591 from woocommerce/issue/WOOMOB-1296-fix-receipt-preview-screen
Fix overlap issue in the receipt preview screen
2 parents 2ec9bef + 9f0a5e9 commit 87792ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/src/main/res/layout/fragment_receipt_preview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<WebView
3838
android:id="@+id/receipt_preview_preview_webview"
3939
android:layout_width="match_parent"
40-
android:layout_height="match_parent"
40+
android:layout_height="0dp"
4141
app:layout_constraintBottom_toBottomOf="parent"
4242
app:layout_constraintEnd_toEndOf="parent"
4343
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)