|
|
|
|
@ -40,12 +40,6 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
|
|
|
|
|
<include |
|
|
|
|
android:id="@+id/widget" |
|
|
|
|
layout="@layout/view_widget_vod" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
|
|
|
|
|
<include |
|
|
|
|
android:id="@+id/control" |
|
|
|
|
layout="@layout/view_control_vod" |
|
|
|
|
@ -53,6 +47,12 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
|
|
|
<include |
|
|
|
|
android:id="@+id/widget" |
|
|
|
|
layout="@layout/view_widget_vod" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.textview.MaterialTextView |
|
|
|
|
|