ICON细节调整

This commit is contained in:
ningwenqiang 2024-09-18 16:28:01 +08:00
parent 86e7abb7ec
commit 14c8a51690
10 changed files with 8 additions and 5 deletions

View File

@ -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);

View File

@ -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"/>

View File

@ -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"

View File

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -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">&lt;整蠱</string>
</resources>

View File

@ -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">&lt;trick</string>
</resources>