Merge pull request #1491 from annoyatron255/video-info-fix

Fix #1440 Broken Video Info Layout
This commit is contained in:
Christian Schabesberger 2018-06-19 09:50:02 +02:00 committed by GitHub
commit 90d6416f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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