1、优化英语情况下的UI显示

2、移除下标的红点,改到消息中心
This commit is contained in:
老皮
2024-09-12 13:23:42 +08:00
parent a8f92a1e38
commit cd4d0c13c1
11 changed files with 103 additions and 22 deletions

View File

@@ -72,7 +72,7 @@
/>
<TextView
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:textColor="#ff777777"
android:textSize="10sp"
@@ -81,10 +81,16 @@
app:layout_constraintStart_toStartOf="@id/top_view_1"
app:layout_constraintTop_toBottomOf="@id/room_name"
android:layout_marginTop="10dp"
app:layout_constraintEnd_toEndOf="parent"
android:maxLines="1"
android:ellipsize="end"
android:singleLine="true"
android:layout_marginEnd="6dp"
/>
<TextView
android:layout_width="95dp"
android:layout_width="0dp"
android:layout_height="21dp"
android:background="@drawable/white_alpa_shape"
app:layout_constraintBottom_toBottomOf="parent"
@@ -92,6 +98,7 @@
android:layout_marginBottom="15dp"
android:layout_marginStart="37dp"
android:id="@+id/tmp_view"
app:layout_constraintEnd_toEndOf="@id/player_we_are"
/>
<com.makeramen.roundedimageview.RoundedImageView
@@ -122,10 +129,11 @@
android:textSize="10sp"
android:id="@+id/player_we_are"
android:text="@string/interactive_game_player_we_are_4"
app:layout_constraintEnd_toEndOf="@id/tmp_view"
app:layout_constraintTop_toTopOf="@id/tmp_view"
app:layout_constraintBottom_toBottomOf="@id/tmp_view"
android:layout_marginEnd="6dp"
app:layout_constraintStart_toEndOf="@id/tmp_image"
android:layout_marginStart="2dp"
android:paddingEnd="6dp"
/>
<ImageView
@@ -135,7 +143,8 @@
android:src="@mipmap/people"
app:layout_constraintTop_toTopOf="@id/tmp_view"
app:layout_constraintBottom_toBottomOf="@id/tmp_view"
app:layout_constraintEnd_toStartOf="@id/player_we_are"
app:layout_constraintStart_toEndOf="@id/sex"
android:layout_marginStart="5dp"
android:layout_marginEnd="2dp"/>

View File

@@ -809,6 +809,7 @@
<string name="kefu_time">每日13:00PM-1:00AM</string>
<string name="withdraw">撤回</string>
<string name="open_noble_text">開通貴族享受專屬特權!</string>
<string name="open_noble_text_new">開通貴族享專屬特權</string>
<string name="chat_like">與喜歡的人不期而遇~</string>
<string name="chat_action_no">暫無動態消息哦~~</string>

View File

@@ -768,6 +768,7 @@
<string name="withdraw">Withdraw</string>
<string name="open_noble_text">Open VIP and enjoy exclusive privileges!</string>
<string name="open_noble_text_new">Open VIP and enjoy exclusive privileges!</string>
<string name="chat_like">Meet someone you like by chance~</string>
<string name="chat_action_no">There is no news yet~~</string>