同步peko:调整加入粉丝团入口UI
This commit is contained in:
BIN
app/src/main/res/drawable-xxhdpi/fans_team_ic_room_entrance.webp
Normal file
BIN
app/src/main/res/drawable-xxhdpi/fans_team_ic_room_entrance.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
@@ -4576,7 +4576,7 @@
|
||||
<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_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_04">小時榜</string>
|
||||
<string name="layout_fragment_single_room_05">首充紅包</string>
|
||||
|
@@ -50,33 +50,36 @@
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:visibility="visible">
|
||||
|
||||
<FrameLayout
|
||||
<LinearLayout
|
||||
android:id="@+id/fl_fans_team_join_tip"
|
||||
android:layout_width="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
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="22dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:background="@drawable/bg_fans_team_entrance"
|
||||
android:layout_marginStart="8dp"
|
||||
android:gravity="center"
|
||||
android:includeFontPadding="false"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="30dp"
|
||||
android:text="@string/layout_fragment_single_room_02"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_12" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="37dp"
|
||||
android:layout_height="37dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:scaleType="centerInside"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:src="@drawable/fans_team_ic_room_entrance" />
|
||||
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_fans_team_opt"
|
||||
|
Reference in New Issue
Block a user