update 自由PK 次数用完了提示用户

update 自由PK 调整UI
This commit is contained in:
2022-12-09 17:51:15 +08:00
parent 03b3398bce
commit ad028c69d0
4 changed files with 14 additions and 2 deletions

View File

@@ -155,8 +155,8 @@
<ImageView
android:id="@+id/imageView6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="14dp"
android:layout_height="14dp"
android:layout_marginEnd="4dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/tmp_text2"

View File

@@ -48,6 +48,7 @@
<string name="random_pk_info_btn_end_desc" translatable="false">退出過程中也有可能匹配到對手</string>
<string name="random_pk_search_hint" translatable="false">請輸入您要pk的主播昵稱或id</string>
<string name="free_pk_user_pking" translatable="false">對方正在PK中</string>
<string name="free_pk_num_null" translatable="false">PK次數已用完</string>
</resources>