코인 -> 캔
This commit is contained in:
parent
735f353f31
commit
9eb136379c
|
@ -39,7 +39,7 @@ class UserProfileDonationAllAdapter(private val userId: Long) :
|
|||
|
||||
if (item.donationCan > 0 && SharedPreferenceManager.userId == userId) {
|
||||
binding.tvTotalDonationCan.visibility = View.VISIBLE
|
||||
binding.tvTotalDonationCan.text = "${item.donationCan.moneyFormat()} 코인"
|
||||
binding.tvTotalDonationCan.text = "${item.donationCan.moneyFormat()} 캔"
|
||||
}
|
||||
|
||||
val lp = binding.rlDonationRanking.layoutParams as RelativeLayout.LayoutParams
|
||||
|
|
|
@ -74,7 +74,7 @@ class NicknameUpdateActivity : BaseActivity<ActivityNicknameUpdateBinding>(
|
|||
|
||||
viewModel.priceLiveData.observe(this) {
|
||||
if (it > 0) {
|
||||
binding.tvChangeNickname.text = "${it}코인으로 닉네임 변경하기"
|
||||
binding.tvChangeNickname.text = "${it}캔으로 닉네임 변경하기"
|
||||
} else {
|
||||
binding.tvChangeNickname.text = "닉네임 변경하기"
|
||||
}
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
android:paddingVertical="16dp"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="18.3sp"
|
||||
tools:text="1000코인으로 닉네임 변경하기" />
|
||||
tools:text="1000캔으로 닉네임 변경하기" />
|
||||
|
||||
</FrameLayout>
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Reference in New Issue