I know it\'s been asked around but I haven\'t found quite the answer yet (new to Android so sorry about the ignorance)
my app\'s launch Activity has an EditText (cal
check out requestFocus() and maybe requestChildFocus()
Have you tried setting the actual View to be selected?
View
designations.setSelection(j); designations.getSelectedView().setSelected(true);