Skip to content

Instantly share code, notes, and snippets.

@truongngoclinh
Last active September 7, 2016 07:27
Show Gist options
  • Save truongngoclinh/5334b17960c808a97a1b82f0956aad04 to your computer and use it in GitHub Desktop.
Save truongngoclinh/5334b17960c808a97a1b82f0956aad04 to your computer and use it in GitHub Desktop.
Popup window was not shown
popup.setWidth(ViewGroup.LayoutParams.WRAP_CONTENT);
popup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
popup.showAsDropDown(view);
popup.update();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment