I am having an issue with grabbing my Buttons and other elements from within my PopupWindow, using the debugger it just report back as
Button
PopupWindow
debugger
use this layout.findViewById(R.id.popup_element)); instead of this findViewById(R.id.popup_element));
layout.findViewById(R.id.popup_element)); instead of this findViewById(R.id.popup_element));