비밀후원 -> 비밀미션
This commit is contained in:
parent
03712558e8
commit
c72c1e16fd
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "kr.co.vividnext.sodalive"
|
applicationId "kr.co.vividnext.sodalive"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 122
|
versionCode 123
|
||||||
versionName "1.22.3"
|
versionName "1.23.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1576,7 +1576,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
||||||
|
|
||||||
private fun donation(can: Int, message: String, isSecret: Boolean) {
|
private fun donation(can: Int, message: String, isSecret: Boolean) {
|
||||||
val rawMessage = if (isSecret) {
|
val rawMessage = if (isSecret) {
|
||||||
"${can}캔을 비밀후원하셨습니다.\uD83D\uDCB0\uD83E\uDE99"
|
"${can}캔으로 비밀미션을 보냈습니다.\uD83D\uDCB0\uD83E\uDE99"
|
||||||
} else {
|
} else {
|
||||||
"${can}캔을 후원하셨습니다.\uD83D\uDCB0\uD83E\uDE99"
|
"${can}캔을 후원하셨습니다.\uD83D\uDCB0\uD83E\uDE99"
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,7 +78,7 @@ class LiveRoomDonationDialog(
|
||||||
val isSelected = dialogView.tvSecret.isSelected
|
val isSelected = dialogView.tvSecret.isSelected
|
||||||
dialogView.tvSecret.isSelected = !isSelected
|
dialogView.tvSecret.isSelected = !isSelected
|
||||||
dialogView.etDonationMessage.hint = if (!isSelected) {
|
dialogView.etDonationMessage.hint = if (!isSelected) {
|
||||||
"함께 보낼 비밀 메시지 입력(최대 200자)"
|
"비밀 미션을 입력하세요(최대 200자)"
|
||||||
} else {
|
} else {
|
||||||
"함께 보낼 메시지 입력(최대 200자)"
|
"함께 보낼 메시지 입력(최대 200자)"
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
android:fontFamily="@font/gmarket_sans_medium"
|
android:fontFamily="@font/gmarket_sans_medium"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingHorizontal="8dp"
|
android:paddingHorizontal="8dp"
|
||||||
android:text="비밀후원"
|
android:text="비밀미션"
|
||||||
android:textColor="@color/color_check_secret"
|
android:textColor="@color/color_check_secret"
|
||||||
app:drawableStartCompat="@drawable/ic_select_square" />
|
app:drawableStartCompat="@drawable/ic_select_square" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
Loading…
Reference in New Issue