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
wuyanan
2024-11-19 17:15:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0fc610a89f3f12a6b113e031cac36b323b7c0402
0fc610a8
1 parent
de10e4bd
ref |> 修复评论输入面板语音输入图标不居中问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/VoiceInputView.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/VoiceInputView.ets
View file @
0fc610a
...
...
@@ -45,14 +45,12 @@ export struct VoiceInputView {
})
}
}.height(100)
Button()
.type(ButtonType.Circle)
.backgroundImage($r('app.media.WDInput_voice_longPress_icon'))
.backgroundColor(Color.White)
Image($r('app.media.WDInput_voice_longPress_icon'))
.width(60)
.height(60)
.gesture(
LongPressGesture()
LongPressGesture(
{duration:300}
)
.onAction((event: GestureEvent) => {
// this
this.playAnimationOne = true
...
...
Please
register
or
login
to post a comment