王士厅

OperRowListView.ets 音频按钮替换成gif

... ... @@ -290,7 +290,7 @@ export struct OperRowListView {
@Builder
builderListen() {
Column() {
Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.ic_voice_playing") : $r("app.media.icon_listen"))
Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_listen") : $r("app.media.icon_listen"))
.width(24)
.height(24)
.aspectRatio(1)
... ...
... ... @@ -163,7 +163,7 @@ struct Index {
path: "lottie/audio_animation_playing.json",
lottieWidth: 24,
lottieHeight: 24,
autoplay: true,
autoplay: false,
loop: true
})
}
... ...