Highlight icon indicating copy to clipboard operation
Highlight copied to clipboard

在使用DrawerLayout的情况下,导致Drawerlayout功能异常

Open guomin0999 opened this issue 8 years ago • 1 comments

在开启了Highlight remove之后 Drawerlayout 的 openDrawer方法只会打开一个半透明的界面 类似对话框一样. 侧滑菜单需要手动拉出.这个情况只会出现一次,手动拉出后openDrawer又正常打开了.

guomin0999 avatar Dec 14 '16 08:12 guomin0999

解决方法: highLight = new HighLight(getActivity()) .anchor(getActivity().findViewById(R.id.xxx)) xxx需要是 FrameLayout

guomin0999 avatar Dec 14 '16 08:12 guomin0999