I have an android activity, with two elements:
EditText.setSelected(false);
no luck. How can I convince the EditText to not select itself when the Activity starts?
- EditText
- ListView
EditText.setSelected(false);
no luck. How can I convince the EditText to not select itself when the Activity starts?