ICON细节调整
This commit is contained in:
parent
86e7abb7ec
commit
14c8a51690
@ -4399,7 +4399,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
newWeekGroup = findViewById(R.id.newWeekGroup);
|
||||
|
||||
if (!TextUtils.isEmpty(giftWallLightenNumber) && !TextUtils.isEmpty(giftWallLightenTotal)) {
|
||||
if (isAnchorLive()) {
|
||||
if (isAnchorLive()) { //主播是礼物墙
|
||||
View view = newPart2Flipper.findViewWithTag("giftWall");
|
||||
if (view == null) {
|
||||
view = LayoutInflater.from(mContext).inflate(R.layout.view_live_room_part2_item, null);
|
||||
|
@ -1776,7 +1776,7 @@
|
||||
layout="@layout/sim_live_room_anchor_say1"
|
||||
android:layout_width="96dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="190dp"
|
||||
android:layout_marginTop="170dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:visibility="invisible"
|
||||
tools:visibility="visible"/>
|
||||
|
@ -205,6 +205,8 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:flipInterval="5000"
|
||||
android:inAnimation="@anim/anim_marquee_in"
|
||||
android:outAnimation="@anim/anim_marquee_out"
|
||||
tools:background="@drawable/bg_live_item_rank"
|
||||
app:layout_constraintDimensionRatio="2.4"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -20,7 +20,7 @@
|
||||
android:id="@+id/newItemImg"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:src="@mipmap/ic_live_week_rank"
|
||||
android:src="@mipmap/ic_live_part2_gift_wall"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintDimensionRatio="1.05"
|
||||
app:layout_constraintEnd_toEndOf="@+id/newItemBgView"
|
||||
|
BIN
live/src/main/res/mipmap-hdpi/ic_live_part2_gift_wall.png
Normal file
BIN
live/src/main/res/mipmap-hdpi/ic_live_part2_gift_wall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
live/src/main/res/mipmap-mdpi/ic_live_part2_gift_wall.png
Normal file
BIN
live/src/main/res/mipmap-mdpi/ic_live_part2_gift_wall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 848 B |
BIN
live/src/main/res/mipmap-xhdpi/ic_live_part2_gift_wall.png
Normal file
BIN
live/src/main/res/mipmap-xhdpi/ic_live_part2_gift_wall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
live/src/main/res/mipmap-xxxhdpi/ic_live_part2_gift_wall.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/ic_live_part2_gift_wall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
@ -173,6 +173,6 @@
|
||||
<string name="live_room_push_new_person_task">完成新人任務,可領多重專屬豪禮!</string>
|
||||
<string name="live_room_push_details">詳情</string>
|
||||
<string name="live_room_push_like_an">喜歡主播就關注ta吧~</string>
|
||||
|
||||
<string name="trick_up"><整蠱</string>
|
||||
|
||||
</resources>
|
||||
|
@ -176,5 +176,6 @@
|
||||
<string name="live_room_push_new_person_task">Complete the newcomer tasks and receive multiple gifts</string>
|
||||
<string name="live_room_push_details">Details</string>
|
||||
<string name="live_room_push_like_an">If you like this anchor, please subscribe to him.</string>
|
||||
<string name="trick_up">整蠱</string>
|
||||
<string name="trick_up"><trick</string>
|
||||
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user