fixed another livestream related issue

This commit is contained in:
Christian Schabesberger 2016-03-11 15:43:50 +01:00
parent 23a9061871
commit 4058ec2ee9
3 changed files with 23 additions and 5 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>