static EditText aTextInput() { ret aSingleLineEditText(); } static EditText aTextInput(S text) { ret aSingleLineEditText(text); }