|
|
|
|
@ -21,21 +21,27 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
app:surface_type="none" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
<include |
|
|
|
|
android:id="@+id/widget" |
|
|
|
|
layout="@layout/view_widget_live" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
|
|
|
|
|
<include |
|
|
|
|
android:id="@+id/control" |
|
|
|
|
layout="@layout/view_control_live" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="bottom" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
<include |
|
|
|
|
android:id="@+id/control" |
|
|
|
|
layout="@layout/view_control_live" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="bottom" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
|
|
|
<include |
|
|
|
|
android:id="@+id/widget" |
|
|
|
|
layout="@layout/view_widget_live" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
<include |
|
|
|
|
android:id="@+id/progress" |
|
|
|
|
layout="@layout/view_progress" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat |
|
|
|
|
android:id="@+id/recycler" |
|
|
|
|
|