Automatically Select All On Text Entries for Wins, Draws and Control Points

Issue #24 new
Bryan Dormaier created an issue

It's frustrating to not have the 0 automatically selected when using the keyboard to enter these numbers.

It can be done in the xml layout by this android:selectAllOnFocus="true"

or in code by calling this on the EditText editText.setSelectAllOnFocus(true);

Comments (1)

  1. Log in to comment