View contentView = LayoutInflater.from(MainActivity.this).inflate(R.layout.alert_ip, null); final PopupWindow popupWindow = new PopupWindow(contentView, LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT, true); popupWindo…