feat:调整个人资料页 关注按钮 文案
This commit is contained in:
@@ -629,7 +629,7 @@ public class UserInfoActivity extends BaseBindingActivity<ActivityUserInfoBindin
|
||||
|
||||
private void setLikedText(boolean isliked) {
|
||||
mIslike = isliked;
|
||||
attentionLayout.setText(getString((isliked) ? R.string.already_attention : R.string.attention));
|
||||
attentionLayout.setText(getString((isliked) ? R.string.already_attention : R.string.follow));
|
||||
}
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
|
@@ -16,7 +16,7 @@
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/base_shape_theme_23dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/attention"
|
||||
android:text="@string/follow"
|
||||
android:textColor="@color/color_FFFFFF"
|
||||
android:textSize="@dimen/sp_16" />
|
||||
|
||||
|
@@ -125,6 +125,7 @@
|
||||
<string name="message_contact">جهات الاتصال</string>
|
||||
<string name="friend">الأصدقاء</string>
|
||||
<string name="attention">متابعة</string>
|
||||
<string name="follow">متابعة</string>
|
||||
<string name="no_frenids_text">لم تقم بإضافة أي أصدقاء بعد! \n اذهب وأضف أصدقاء الآن!</string>
|
||||
<string name="no_fan_text">ليس لديك أي معجبين على Molistar بعد</string>
|
||||
<string name="my_jewel">رصيد عملة</string>
|
||||
|
@@ -140,6 +140,7 @@
|
||||
<string name="message_contact">聯系人</string>
|
||||
<string name="friend">好友</string>
|
||||
<string name="attention">關註</string>
|
||||
<string name="follow">關註</string>
|
||||
<string name="no_frenids_text">你還沒有添加任何好友哦! \n快去添加好友吧!</string>
|
||||
<string name="no_fan_text">你還沒有任何&app_name;粉絲哦!</string>
|
||||
<string name="my_jewel">我的金幣余額</string>
|
||||
|
@@ -138,6 +138,7 @@
|
||||
<string name="message_contact">Contacts</string>
|
||||
<string name="friend">Friends</string>
|
||||
<string name="attention">Following</string>
|
||||
<string name="follow">Follow</string>
|
||||
<string name="no_frenids_text">You haven\'t added any friends yet! \nGo and add friends now!</string>
|
||||
<string name="no_fan_text">You don\'t have any MoliStar fans yet!</string>
|
||||
<string name="my_jewel">My Coins Balance</string>
|
||||
@@ -321,7 +322,7 @@
|
||||
<string name="bill_noble_open">Noble Activation Records</string>
|
||||
<string name="global_notice_before">Global Notice:</string>
|
||||
|
||||
<string name="send_msg">Private Message</string>
|
||||
<string name="send_msg">Chat</string>
|
||||
<string name="empty_user_album_text">They haven\'t uploaded any photos yet</string>
|
||||
<string name="user_desc_text">Personal Introduction</string>
|
||||
<string name="user_info_voice_dur">%d"</string>
|
||||
|
Reference in New Issue
Block a user