全站喇叭

This commit is contained in:
18401019693
2022-09-14 18:05:42 +08:00
parent 5bd0f455bb
commit ad1599ccce
28 changed files with 546 additions and 247 deletions

View File

@@ -110,6 +110,7 @@
app:indicator_width="8dp" />
</LinearLayout>
<LinearLayout
android:id="@+id/btn_event"
android:layout_width="68dp"
@@ -127,10 +128,10 @@
android:layout_height="match_parent"
android:src="@drawable/live_turntable" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30dp">
</LinearLayout>
android:layout_height="30dp"></LinearLayout>
</LinearLayout>
<LinearLayout
@@ -865,6 +866,7 @@
</LinearLayout>
</RelativeLayout>
<com.yunbao.common.custom.MyFrameLayout2
@@ -975,7 +977,7 @@
</LinearLayout>
<FrameLayout
android:id="@+id/live_video"
android:layout_width="match_parent"
android:layout_height="300dp"
android:layout_below="@id/lin">
@@ -2077,5 +2079,10 @@
</RelativeLayout>
</LinearLayout>
<com.yunbao.common.views.weight.FullServiceNotificationView
android:id="@+id/full_screen"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/live_video" />
</RelativeLayout>