Commit cb899631 authored by wanglei's avatar wanglei

...

parent 1d9717fa
...@@ -109,7 +109,7 @@ class Splash2Activity : BaseActivity<ActivitySplash2Binding>(), ...@@ -109,7 +109,7 @@ class Splash2Activity : BaseActivity<ActivitySplash2Binding>(),
binding.ivWeather.setImageResource(icon) binding.ivWeather.setImageResource(icon)
AnimationHelper.startAlphaAnimation(binding.ivWeather, 800) { AnimationHelper.startAlphaAnimation(binding.ivWeather, 800) {
AnimationHelper.startAlphaAnimation(binding.tvDate, 800) { AnimationHelper.startAlphaAnimation(binding.tvDate, 800) {
AnimationHelper.startAlphaAnimation(binding.tvTemperature, 800A) { AnimationHelper.startAlphaAnimation(binding.tvTemperature, 800) {
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment