I have an EditText field in my layout, with the android:inputType="number". The thing that bothers me is that in the bottom right corner, there is a button saying next, is it possible to customize this to have an Done button here instead which will trigger the keyboard to “go away”?

You need to set the android:imeOptions attribute equal to
actionDonefor Relative EditText as: