1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00

Fix #1440 Broken Video Info Layout

This commit is contained in:
annoyatron255 2018-06-16 18:12:56 -05:00
parent 2515b8167f
commit 95ba1873e4

View File

@ -101,7 +101,8 @@
<RelativeLayout
android:id="@+id/detail_content_root_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?android:windowBackground">
<!-- TITLE -->
<FrameLayout