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 13:44:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f4d0b8239d54c046e439daa6d3ad63756e2794f
1f4d0b82
1 parent
6f72719a
OperRowListView.ets 音频按钮替换成icon_voice_playing.gif
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
View file @
1f4d0b8
...
...
@@ -290,7 +290,7 @@ export struct OperRowListView {
@Builder
builderListen() {
Column() {
Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_
listen
") : $r("app.media.icon_listen"))
Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_
voice_playing
") : $r("app.media.icon_listen"))
.width(24)
.height(24)
.aspectRatio(1)
...
...
Please
register
or
login
to post a comment