I want to show a floating window using the windowManager.addView(view, params)
API. However, after selecting text in the floating window, the text is highlighted, but the context menu doesn't appear. While I intend to build my own context menu, I can't even get the system context menu to show up.
Interestingly, using the same layout in another activity with setContentView(view)
, the text can be selected, and the system context menu shows up as expected.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745652512a4638348.html
评论列表(0条)