DSAppTeam / PanelSwitchHelper

:heavy_check_mark: A framework that helps the keyboard smoothly transition to the function panel 一个帮助键盘平稳过渡到功能面板的框架,支持动画无缝衔接,支持 activity/fragment/dialog/dialogFragment/popupWindow 容器,支持IM/直播/视频播放/信息流评论等场景,支持全屏模式。
Apache License 2.0
2.38k stars 283 forks source link

无法调整表情面板的高度 #183

Closed knyou closed 1 year ago

knyou commented 1 year ago

现在的表情面板是固定跟键盘的高度一样的,无法自定义高度,这有点不科学啊

knyou commented 1 year ago

现在的表情面板是固定跟键盘的高度一样的,无法自定义高度,这有点不科学啊

knyou commented 1 year ago

已找到设置面板高度的方法: .addPanelHeightMeasurer { // 设置表情面板高度 getTargetPanelDefaultHeight { dp2px(250)} getPanelTriggerId { R.id.emoji_btn } synchronizeKeyboardHeight { false } }