|
@@ -4,6 +4,7 @@
|
|
|
android:id="@+id/container"
|
|
android:id="@+id/container"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:background="@android:color/black"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
android:weightSum="2">
|
|
android:weightSum="2">
|
|
|
|
|
|
|
@@ -11,6 +12,8 @@
|
|
|
android:id="@+id/decoder_surface"
|
|
android:id="@+id/decoder_surface"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:layout_weight="1" />
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|