wuyanan

ref |> 修复评论输入面板语音输入图标不居中问题

... ... @@ -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
... ...