bug修改 - 跳转 观看视频60秒奖励40
This commit is contained in:
parent
f5a9c11f62
commit
4960deb7c3
|
|
@ -2,8 +2,8 @@ package com.gamedog.vididin.youtubestatistic
|
|||
|
||||
class RewardConst {
|
||||
companion object {
|
||||
const val HOME_WATCH_DURATION = 5 * 1000L
|
||||
const val HOME_WATCH_REWARD_NUM = 28
|
||||
const val HOME_WATCH_DURATION = 60 * 1000L
|
||||
const val HOME_WATCH_REWARD_NUM = 40
|
||||
const val FINISH_RATIO = 0.05F // TODO - temp value, should be 0.8F
|
||||
const val Check_Interval_MS = 50L
|
||||
}
|
||||
|
|
|
|||
|
|
@ -243,6 +243,7 @@
|
|||
android:gravity="center"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/task_act_benef"
|
||||
android:singleLine="true"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#FFFF0A5C"
|
||||
android:textSize="12sp"
|
||||
|
|
@ -279,6 +280,7 @@
|
|||
android:layout_width="58dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:singleLine="true"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/task_act_video"
|
||||
android:textColor="#FFFF0A5C"
|
||||
|
|
@ -315,6 +317,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:singleLine="true"
|
||||
android:layout_marginTop="11dp"
|
||||
android:text="@string/task_act_game"
|
||||
android:textColor="#FFFF0A5C"
|
||||
|
|
@ -352,6 +355,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:singleLine="true"
|
||||
android:layout_marginTop="11dp"
|
||||
android:text="@string/task_act_convi"
|
||||
android:textColor="#FFFF0A5C"
|
||||
|
|
|
|||
Loading…
Reference in New Issue