I am having edittext field i am setting following property so that i display done button on the kayboard when user click on textfield.
editText.setImeOptions(EditorInfo.IME_ACTION_DONE);
When user click done button on the screen keyboard(finish typing) i want to change radio button sate, how can i track done done button is hit from screen keyboard ?