Limit height of wrapper

This commit is contained in:
litetex 2025-10-17 20:33:08 +02:00
parent 56a09220ee
commit 41981902ab
No known key found for this signature in database
GPG Key ID: 525B43E6039B3689

View File

@ -167,7 +167,7 @@
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
<org.schabi.newpipe.views.NewPipeTextView