贵族图标替换
This commit is contained in:
@@ -58,6 +58,16 @@ public class UserBean implements Parcelable {
|
||||
private String is_bind;
|
||||
private String mobile;
|
||||
private String front_task;
|
||||
|
||||
public String getNoble_img() {
|
||||
return noble_img;
|
||||
}
|
||||
|
||||
public void setNoble_img(String noble_img) {
|
||||
this.noble_img = noble_img;
|
||||
}
|
||||
|
||||
private String noble_img;
|
||||
private String is_admin;
|
||||
@SerializedName("user_love_num")
|
||||
private int praise;
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
<string name="live_cover">Live cover</string>
|
||||
<string name="live_cover_2">Change cover</string>
|
||||
<string name="live_title">Live broadcast title</string>
|
||||
<string name="live_title_hint">Please write a title for the live broadcast room</string>
|
||||
<string name="live_title_hint">Enter the title of the live broadcast~</string>
|
||||
<string name="live_class">Select Channel</string>
|
||||
<string name="live_class_choose">Select live channel</string>
|
||||
<string name="live_class_tip">During the live broadcast, if the operator finds that the selected channel does not match the live content, he / she will adjust your live channel.</string>
|
||||
|
||||
@@ -214,7 +214,7 @@
|
||||
<string name="live_cover">Live cover</string>
|
||||
<string name="live_cover_2">Change cover</string>
|
||||
<string name="live_title">Live broadcast title</string>
|
||||
<string name="live_title_hint">Please write a title for the live broadcast room</string>
|
||||
<string name="live_title_hint">Enter the title of the live broadcast~</string>
|
||||
<string name="live_class">Select Channel</string>
|
||||
<string name="live_class_choose">Select live channel</string>
|
||||
<string name="live_class_tip">During the live broadcast, if the operator finds that the selected channel does not match the live content, he / she will adjust your live channel.</string>
|
||||
|
||||
Reference in New Issue
Block a user