王士厅

OperRowListView.ets 音频按钮替换成icon_voice_playing.gif

@@ -290,7 +290,7 @@ export struct OperRowListView { @@ -290,7 +290,7 @@ export struct OperRowListView {
290 @Builder 290 @Builder
291 builderListen() { 291 builderListen() {
292 Column() { 292 Column() {
293 - Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_listen") : $r("app.media.icon_listen")) 293 + Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_voice_playing") : $r("app.media.icon_listen"))
294 .width(24) 294 .width(24)
295 .height(24) 295 .height(24)
296 .aspectRatio(1) 296 .aspectRatio(1)