This commit is contained in:
2022-11-07 16:48:16 +08:00
parent 6656aebff9
commit ab953b4785
19 changed files with 1447 additions and 660 deletions

View File

@@ -11,5 +11,8 @@ public class CommonIconUtil {
public static int getSexIcon(int key) {
return key == 1 ? R.mipmap.icon_sex_male_1 : R.mipmap.icon_sex_female_1;
}
public static int getSexIconForUserCard(int key) {
return key == 1 ? R.mipmap.user_card_man : R.mipmap.user_card_woman;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -702,6 +702,9 @@
<string name="chat_charge_pay">立即支付</string>
<string name="live_user_level">使用者等級</string>
<string name="live_user_level_anchor">主播等級</string>
<string name="live_user_card_level">用户等級</string>
<string name="live_noble_level_anchor">貴族等級</string>
<string name="live_honor_number_anchor">榮譽墻</string>
<string name="live_anchor_error">連接已斷開,請重新開播</string>
<string name="search_no_data_2">空空如也</string>
<string name="chat">聊天</string>
@@ -947,4 +950,5 @@
<string name="chat_chat">聊聊天</string>
<string name="want_pre">想在其他APP上方也顯示小窗\n可前往設置進行授權。</string>
<string name="lucky_angel" translatable="false">恭喜 %s 在幸運天使中抽中 %s下一個幸運天使就是你哦</string>
<string name="user_card_guard" translatable="false">守護團%s人</string>
</resources>