观众观播notify-push1 push2 push3
This commit is contained in:
@@ -91,7 +91,6 @@
|
||||
android:textSize="8sp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -3207,29 +3206,33 @@
|
||||
android:layout_marginTop="5dp"
|
||||
android:id="@+id/notify_follow_layout"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="60dp"
|
||||
android:layout_height="50dp"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_marginTop="5dp"
|
||||
android:background="@mipmap/bg_live_room_notify_follow"
|
||||
android:layout_width="200dp"
|
||||
android:layout_width="match_parent"
|
||||
android:paddingStart="10dp"
|
||||
android:layout_height="41dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_marginTop="2dp"
|
||||
android:src="@mipmap/icon_live_room_follow_avatar" />
|
||||
|
||||
<ImageView
|
||||
<com.makeramen.roundedimageview.RoundedImageView
|
||||
android:id="@+id/notify_follow_coin"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="29dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_marginStart="0.5dp"
|
||||
app:riv_oval="true"
|
||||
android:layout_marginTop="2dp"
|
||||
android:src="@mipmap/icon_live_room_follow_avatar" />
|
||||
|
||||
@@ -3260,18 +3263,20 @@
|
||||
tools:visibility="visible" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/follow_first_look"
|
||||
android:layout_width="45dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:src="@mipmap/icon_live_room_follow" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:id="@+id/close_first_look_follow"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="14dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:src="@mipmap/icon_live_notify_close1" />
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user