wuyanan

ref |> 直播详情直播中动效调整和安卓保持一致

... ... @@ -213,12 +213,12 @@ export struct PlayUIComponent {
LottieView({
name: 'live_status_wait',
path: "lottie/live_detail_living.json",
lottieWidth: 9,
lottieHeight: 9,
lottieWidth: 12,
lottieHeight: 12,
autoplay: true,
loop: true,
})
.margin({ right: 2 })
.margin({ right: 3 })
}
Text('直播中')
... ...
... ... @@ -121,12 +121,12 @@ export struct PlayerTitleComponent {
LottieView({
name: 'live_status_wait',
path: "lottie/live_detail_living.json",
lottieWidth: 9,
lottieHeight: 9,
lottieWidth: 12,
lottieHeight: 12,
autoplay: true,
loop: true,
})
.margin({ right: 2 })
.margin({ right: 3 })
}.margin({ right: 1 })
// Image($r('app.media.icon_live_status_running'))
... ...