标签: android popupwindow samsung-mobile android-4.3-jelly-bean
我使用PopupWindow选择城市。 我可以在Marshmallow中选择(点击)项目但不能在JellyBean 4.3(三星Galaxy S3)中选择
有人知道吗?
答案 0 :(得分:1)
只需添加一行。
popupWindow.setFocusable(true);
它解决了你的问题。享受:))