新人奖励
This commit is contained in:
@@ -460,7 +460,7 @@
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_toStartOf="@id/gift_image"
|
||||
android:padding="4dp"
|
||||
android:src="@mipmap/live_icon_new_people_cn" />
|
||||
android:src="@mipmap/live_icon_newpeople_en" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
android:src="@mipmap/icon_arrow_right"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
|
||||
<!--守护-->
|
||||
<LinearLayout
|
||||
android:id="@+id/btn_guard"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -201,7 +201,8 @@
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="5dp">
|
||||
android:paddingRight="5dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="20dp"
|
||||
@@ -224,21 +225,50 @@
|
||||
android:visibility="gone" />
|
||||
|
||||
</LinearLayout>
|
||||
<!--周星榜-->
|
||||
<LinearLayout
|
||||
android:id="@+id/live_wks_layout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="21dp"
|
||||
android:layout_alignTop="@id/btn_votes"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_toRightOf="@id/btn_votes"
|
||||
android:background="@drawable/bg_live_item"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="5dp"
|
||||
android:visibility="visible">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="14dp"
|
||||
android:src="@mipmap/live_icon_zhouxing" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:text="@string/live_wks"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="10sp" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
<!--粉丝团-->
|
||||
<LinearLayout
|
||||
android:id="@+id/fans_btn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="21dp"
|
||||
android:layout_below="@id/lin"
|
||||
android:layout_alignTop="@id/btn_votes"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_toRightOf="@+id/btn_guard"
|
||||
android:background="@drawable/bg_live_item"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="5dp">
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="13dp"
|
||||
|
||||
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_newpeople_en.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_newpeople_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_zhouxing.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_zhouxing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user