Showing
2 changed files
with
1 additions
and
0 deletions
| @@ -323,6 +323,7 @@ export struct WdWebLocalComponent { | @@ -323,6 +323,7 @@ export struct WdWebLocalComponent { | ||
| 323 | }else { | 323 | }else { |
| 324 | Row() { | 324 | Row() { |
| 325 | Image(this.isPause ? $r('app.media.icon_play') : $r('app.media.icon_pause')) | 325 | Image(this.isPause ? $r('app.media.icon_play') : $r('app.media.icon_pause')) |
| 326 | + .interpolation(ImageInterpolation.Medium) | ||
| 326 | .width(24) | 327 | .width(24) |
| 327 | .height(24) | 328 | .height(24) |
| 328 | .onClick(() => { | 329 | .onClick(() => { |
-
Please register or login to post a comment