File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5454
5555/**
5656 * A widget that enables the user to select a number form a predefined range.
57- * The widget presents an input filed and up and down buttons for selecting the
58- * current value. Pressing/long pressing the up and down buttons increments and
59- * decrements the current value respectively. Touching the input filed shows a
60- * scroll wheel, tapping on which while shown and not moving allows direct edit
61- * of the current value. Sliding motions up or down hide the buttons and the
62- * input filed, show the scroll wheel, and rotate the latter . Flinging is
57+ * The widget presents an input field and up and down buttons for selecting the
58+ * current value. Pressing/long- pressing the up and down buttons increments and
59+ * decrements the current value respectively. Touching the input field shows a
60+ * scroll wheel, which when touched allows direct edit
61+ * of the current value. Sliding gestures up or down hide the buttons and the
62+ * input filed, show and rotates the scroll wheel . Flinging is
6363 * also supported. The widget enables mapping from positions to strings such
64- * that instead the position index the corresponding string is displayed.
64+ * that, instead of the position index, the corresponding string is displayed.
6565 * <p>
6666 * For an example of using this widget, see {@link android.widget.TimePicker}.
6767 * </p>
You can’t perform that action at this time.
0 commit comments