Quellcode durchsuchen

feat: 语聊房按钮图标/文案替换

pengwuliang vor 11 Monaten
Ursprung
Commit
4ebf5fe105

BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_backpack_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_effect_setting_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_game_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_global_broadcast.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_help_list_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_lucky_number_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_mic_pk_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_music_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_pk_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_red_packet_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_roulette_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_play_center_store_ic.webp


BIN
module/room/src/main/res/drawable-xhdpi/room_settings_ic.webp


+ 2 - 2
module/room/src/main/res/layout/item_play_center_title.xml

@@ -4,7 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:paddingHorizontal="16dp"
+    android:paddingHorizontal="8dp"
     android:paddingVertical="8dp"
     tools:background="@color/black">
 
@@ -13,7 +13,7 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:includeFontPadding="false"
-        android:textColor="@color/color_CCFFFFFF"
+        android:textColor="@color/color_FFFFFF"
         android:textSize="14sp"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintStart_toStartOf="parent"

+ 1 - 1
module/room/src/main/res/values-ar/strings.xml

@@ -97,7 +97,7 @@
     <string name="room_market">الحقيبة والمتجر</string>
     <string name="room_store">المتجر</string>
     <string name="room_love_store">متجر الحب</string>
-    <string name="room_backpack">مكتبة العناصر الخاصة بي</string>
+    <string name="room_backpack">حقيبة الظهر</string>
     <string name="room_game_center">ألعاب الغرفة</string>
     <string name="room_guard_treasure">صندوق كنز المجلس</string>
     <string name="room_music">مشغل الموسيقى</string>

+ 1 - 1
module/room/src/main/res/values-zh/strings.xml

@@ -98,7 +98,7 @@
     <string name="room_market">道具商城</string>
     <string name="room_store">商城</string>
     <string name="room_love_store">爱意商城</string>
-    <string name="room_backpack">我的道具库</string>
+    <string name="room_backpack">背包</string>
     <string name="room_game_center">房间玩法</string>
     <string name="room_guard_treasure">会所宝箱</string>
     <string name="room_music">音乐播放器</string>

+ 1 - 1
module/room/src/main/res/values/strings.xml

@@ -102,7 +102,7 @@
     <string name="room_market">Props Store</string>
     <string name="room_store">Store</string>
     <string name="room_love_store">Love Store</string>
-    <string name="room_backpack">Prop Warehouse</string>
+    <string name="room_backpack">Backpack</string>
     <string name="room_game_center">Room Play</string>
     <string name="room_guard_treasure">Club Chest</string>
     <string name="room_music">Music Player</string>