//create layoutinflator try {
LayoutInflater inflator = LayoutInflater.from(this);
//create view
fi
Try the below code. Its working for me
popUp.setOutsideTouchable(false); popUp.setFocusable(true); popUp.showAtLocation(this.layout, Gravity.CENTER, 0, 0);