同步peko:调整加入粉丝团入口UI

This commit is contained in:
Max
2023-12-13 15:41:07 +08:00
parent 873ab6071d
commit e633943a74
3 changed files with 14 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -4576,7 +4576,7 @@
<string name="layout_fragment_mini_world_category_my_empty_01">還沒加入世界哦 前往世界廣場逛逛吧</string> <string name="layout_fragment_mini_world_category_my_empty_01">還沒加入世界哦 前往世界廣場逛逛吧</string>
<string name="layout_fragment_mini_world_category_my_empty_02">發現世界</string> <string name="layout_fragment_mini_world_category_my_empty_02">發現世界</string>
<string name="layout_fragment_single_room_01">主播榜</string> <string name="layout_fragment_single_room_01">主播榜</string>
<string name="layout_fragment_single_room_02">加入我的粉絲團吧~</string> <string name="layout_fragment_single_room_02">加入粉絲團</string>
<string name="layout_fragment_single_room_03">該主播暫未開通粉絲團</string> <string name="layout_fragment_single_room_03">該主播暫未開通粉絲團</string>
<string name="layout_fragment_single_room_04">小時榜</string> <string name="layout_fragment_single_room_04">小時榜</string>
<string name="layout_fragment_single_room_05">首充紅包</string> <string name="layout_fragment_single_room_05">首充紅包</string>

View File

@@ -50,33 +50,36 @@
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:visibility="visible"> tools:visibility="visible">
<FrameLayout <LinearLayout
android:id="@+id/fl_fans_team_join_tip" android:id="@+id/fl_fans_team_join_tip"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:visibility="gone"> android:background="@drawable/bg_fans_team_entrance"
android:orientation="horizontal"
android:visibility="gone"
tools:visibility="visible">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="22dp" android:layout_height="25dp"
android:layout_gravity="bottom" android:layout_gravity="bottom"
android:layout_marginEnd="8dp" android:layout_marginStart="8dp"
android:background="@drawable/bg_fans_team_entrance"
android:gravity="center" android:gravity="center"
android:includeFontPadding="false" android:includeFontPadding="false"
android:paddingStart="8dp"
android:paddingEnd="30dp"
android:text="@string/layout_fragment_single_room_02" android:text="@string/layout_fragment_single_room_02"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="@dimen/sp_12" /> android:textSize="@dimen/sp_12" />
<ImageView <ImageView
android:layout_width="37dp" android:layout_marginStart="6dp"
android:layout_height="37dp" android:scaleType="centerInside"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_gravity="end" android:layout_gravity="end"
android:layout_marginEnd="8dp"
android:src="@drawable/fans_team_ic_room_entrance" /> android:src="@drawable/fans_team_ic_room_entrance" />
</FrameLayout> </LinearLayout>
<TextView <TextView
android:id="@+id/tv_fans_team_opt" android:id="@+id/tv_fans_team_opt"