多语言适配:PK状态背景适配

This commit is contained in:
max
2024-04-19 14:17:38 +08:00
parent b354931ed2
commit b81f0c0808
4 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -171,14 +171,18 @@
app:layout_constraintTop_toBottomOf="@id/fl_right" />
<TextView
android:paddingHorizontal="10dp"
android:paddingVertical="0px"
android:id="@+id/tv_pk_timer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="13dp"
android:background="@drawable/bg_pk_board_status"
android:gravity="center"
android:text="@string/layout_layout_pk_board_view_02"
android:typeface="monospace"
android:includeFontPadding="false"
android:textColor="#602A06"
android:textSize="10dp"
android:typeface="monospace"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB