Skip to content

Commit ae459fb

Browse files
committed
Lower min height of the webview layout
1 parent 450d38d commit ae459fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/item_message.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@
425425
android:id="@+id/messageLoader"
426426
android:layout_width="match_parent"
427427
android:layout_height="wrap_content"
428+
android:layout_marginHorizontal="@dimen/threadHorizontalMargin"
428429
android:orientation="vertical"
429430
android:visibility="gone"
430-
android:layout_marginHorizontal="@dimen/threadHorizontalMargin"
431431
app:layout_constraintBottom_toBottomOf="parent"
432432
app:layout_constraintEnd_toEndOf="parent"
433433
app:layout_constraintStart_toStartOf="parent"
@@ -473,7 +473,7 @@
473473
android:id="@+id/webViewsFrameLayout"
474474
android:layout_width="match_parent"
475475
android:layout_height="match_parent"
476-
android:minHeight="100dp"
476+
android:minHeight="70dp"
477477
app:layout_constraintBottom_toTopOf="@id/quoteButtonFrameLayout"
478478
app:layout_constraintEnd_toEndOf="parent"
479479
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)