File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555
5656/**
5757 * A widget that enables the user to select a number form a predefined range.
58- * The widget presents an input filed and up and down buttons for selecting the
58+ * The widget presents an input field and up and down buttons for selecting the
5959 * current value. Pressing/long pressing the up and down buttons increments and
60- * decrements the current value respectively. Touching the input filed shows a
60+ * decrements the current value respectively. Touching the input field shows a
6161 * scroll wheel, tapping on which while shown and not moving allows direct edit
6262 * of the current value. Sliding motions up or down hide the buttons and the
63- * input filed , show the scroll wheel, and rotate the latter. Flinging is
63+ * input field , show the scroll wheel, and rotate the latter. Flinging is
6464 * also supported. The widget enables mapping from positions to strings such
6565 * that instead the position index the corresponding string is displayed.
6666 * <p>
You can’t perform that action at this time.
0 commit comments