Skip to content

Commit 4198190

Browse files
committed
Limit height of wrapper
1 parent 56a0922 commit 4198190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167

168168
<FrameLayout
169169
android:layout_width="wrap_content"
170-
android:layout_height="match_parent"
170+
android:layout_height="wrap_content"
171171
android:layout_weight="1">
172172

173173
<org.schabi.newpipe.views.NewPipeTextView

0 commit comments

Comments
 (0)