Skip to content

Commit 4b2eb9a

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: fix typos and clarify some grammar in summary external issue 21548" into ics-mr1
2 parents b86cba1 + 6440534 commit 4b2eb9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

core/java/android/widget/NumberPicker.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
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>

0 commit comments

Comments
 (0)