全站喇叭
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
android:drawableStart="@mipmap/icon_world_horn"
|
||||
android:text="@string/whole_station_horn"
|
||||
android:textColor="#FFB1B6C7"
|
||||
android:visibility="gone"
|
||||
android:visibility="visible"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<View
|
||||
|
||||
@@ -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>
|
||||
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_img"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="22dp"
|
||||
android:layout_marginStart="7dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/rc_user_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="7dp"
|
||||
android:layout_marginBottom="1dp"
|
||||
android:text="dasdas"
|
||||
android:textColor="#FFFFEF00"
|
||||
android:textSize="12dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/rc_user_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="3dp"
|
||||
android:layout_marginBottom="1dp"
|
||||
android:text="dasdas"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="12dp" />
|
||||
</LinearLayout>
|
||||
@@ -24,7 +24,6 @@
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="9dp"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:background="@drawable/background_whole_station_horn"
|
||||
android:paddingLeft="7dp"
|
||||
android:paddingTop="3dp"
|
||||
android:paddingRight="7dp"
|
||||
|
||||
Reference in New Issue
Block a user