Jacksgong / JKeyboardPanelSwitch

For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)
Apache License 2.0
4.19k stars 684 forks source link

能否在API上兼容下Dialog #102

Closed xiandanin closed 5 years ago

xiandanin commented 5 years ago

KPSwitchConflictUtil中很多方法都是直接强转Activity的,我如果用的是Dialog,getContext()拿到的实际是ContextThemeWrapper

final Activity activity = (Activity) panelLayout.getContext();

虽然可以自己改下源码然后用,但是没有Gradle引入方便

hysea commented 5 years ago

你是怎么在Dialog中处理的,能否给个demo看看

xiandanin commented 5 years ago

@hysea JKeyboardPanelSwitch/ExampleDialog

PanelKeyboardCompat/ExampleDialog

hysea commented 5 years ago

谢了哈