I\'m using a EditText in a PopupWindow. It shows OK, but the selection markers do not show up in the EditText. Neither does the Options me
EditText
PopupWindow
Try this,
editText.setSelectAllOnFocus(true);