Hi,

I am displaying google map and on top of that some overlay
items(Markers) are there. When tapping on the markers, I need to
display PopUpWindow. The code is executing but popup is not
displaying.

popUp.showAtLocation(layout, Gravity.TOP, 0, 0);
popUp.setFocusable(true);
popUp.setTouchable(true);
popUp.setOutsideTouchable(false);
popUp.update(0,50, 320, 70);

Here layout is an object of LinearLayout.

I created another android application, in that, I put the above code
and its working perfectly. PopupWindow is displaying.

Nithin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to