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;
}
}