Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
王士厅
2024-05-20 11:14:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1720736b9c62373bc913b7ee7f9b752f4b55e4fc
1720736b
1 parent
bd40b217
OperRowListView.ets 音频按钮替换成gif
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
sight_harmony/features/wdComponent/src/main/resources/base/media/ic_voice_playing.gif → sight_harmony/features/wdComponent/src/main/resources/base/media/icon_voice_playing.gif
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
View file @
1720736
...
...
@@ -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.ic
on_listen
") : $r("app.media.icon_listen"))
.width(24)
.height(24)
.aspectRatio(1)
...
...
sight_harmony/features/wdComponent/src/main/resources/base/media/ic_voice_playing.gif → sight_harmony/features/wdComponent/src/main/resources/base/media/ic
on
_voice_playing.gif
View file @
1720736
36.6 KB
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
View file @
1720736
...
...
@@ -163,7 +163,7 @@ struct Index {
path: "lottie/audio_animation_playing.json",
lottieWidth: 24,
lottieHeight: 24,
autoplay:
tru
e,
autoplay:
fals
e,
loop: true
})
}
...
...
Please
register
or
login
to post a comment