添加 0元购记录到cash记录, 文案添加
This commit is contained in:
parent
0f1a88e087
commit
0f56ad235e
|
|
@ -74,6 +74,12 @@ fun RecordCash.toShowBean(): RecordCashShow {
|
|||
textColor = R.color.green_39
|
||||
}
|
||||
|
||||
RECORD_CASH_ZERO_WITHDRAW_SUCCESS -> {
|
||||
title = R.string.record_cash_title_zero
|
||||
description = R.string.record_cash_descr_zero
|
||||
iconRes = R.mipmap.icon_zero
|
||||
textColor = R.color.green_39
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
|
|
@ -16,6 +16,8 @@
|
|||
<string name="record_cash_descr_withdraw_failed_1">Limite diário atingido</string>
|
||||
<string name="record_cash_descr_withdraw_failed_2">Erro de conta</string>
|
||||
<string name="record_cash_descr_withdraw_failed_3">Outros Erro.</string>
|
||||
<string name="record_cash_title_zero">GANHAR</string>
|
||||
<string name="record_cash_descr_zero">Parabéns ao nosso usuário sortudo!</string>
|
||||
|
||||
|
||||
<string name="record_gold_title_watch_video_time_duration">Assistir a vídeos</string>
|
||||
|
|
|
|||
|
|
@ -180,6 +180,8 @@
|
|||
<string name="record_cash_descr_withdraw_failed_1">Daily limit reached</string>
|
||||
<string name="record_cash_descr_withdraw_failed_2">Account Error</string>
|
||||
<string name="record_cash_descr_withdraw_failed_3">Other Error</string>
|
||||
<string name="record_cash_title_zero">Winner</string>
|
||||
<string name="record_cash_descr_zero">Congratulations to our lucky winner!</string>
|
||||
|
||||
|
||||
<string name="record_gold_title_watch_video_time_duration">Watch Videos</string>
|
||||
|
|
@ -217,4 +219,9 @@
|
|||
<string name="recompensa">Recompensa!</string>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</resources>
|
||||
Loading…
Reference in New Issue