在 Android 中,使用 Popup 窗口时
如果我使用setBackgroundDrawable
属性弹出窗口然后:
// Back button cannot override
// Outside touch working
如果我不使用setBackgroundBrawable
属性来弹出窗口然后:
// Back button can override
// Outside touch is not working
如果我同时想要两个事件,我该怎么办??
提前致谢。