Skip to content

Commit 9f0a5e9

Browse files
Fix webview layout constraint
1 parent c58946a commit 9f0a5e9

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)