微调UI
This commit is contained in:
@ -30,6 +30,7 @@ import com.gh.common.AppExecutor
|
||||
import com.gh.common.util.*
|
||||
import com.gh.common.view.DrawableView
|
||||
import com.gh.gamecenter.CropImageActivity
|
||||
import com.gh.gamecenter.NewsDetailActivity
|
||||
import com.gh.gamecenter.R
|
||||
import com.gh.gamecenter.WebActivity
|
||||
import com.gh.gamecenter.databinding.ActivityVideoUplaodBinding
|
||||
@ -485,7 +486,8 @@ class UploadVideoActivity : ToolBarActivity() {
|
||||
mBinding.uploadExposureHint.paint.flags = Paint.UNDERLINE_TEXT_FLAG
|
||||
mBinding.uploadExposureHint.paint.isAntiAlias = true
|
||||
mBinding.uploadExposureHint.setOnClickListener {
|
||||
// todo skip to...
|
||||
// 固定跳转
|
||||
startActivity(NewsDetailActivity.getIntentById(this, "5ed9e65d86775716ac16205a", mEntrance))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -104,7 +104,7 @@ class VideoVerifyAdapter(context: Context,
|
||||
}
|
||||
}
|
||||
|
||||
val dateFormat = SimpleDateFormat("MM月dd日HH点", Locale.CHINA)
|
||||
val dateFormat = SimpleDateFormat("MM月dd日HH", Locale.CHINA)
|
||||
return "预计" + dateFormat.format(targetTime) + "点前审核完成"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user