diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-01-24 14:32:20 -0800 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2012-01-24 14:32:20 -0800 |
commit | 08a9e9f20abebf3ba47139dd225da1d0fef8ee84 (patch) | |
tree | 4c7113a79150b58f69438226e5a1115bf5dccc63 /core | |
parent | d4e34d61d01222ff90684b9a1dc4f9c8be560e7c (diff) | |
download | frameworks_base-08a9e9f20abebf3ba47139dd225da1d0fef8ee84.zip frameworks_base-08a9e9f20abebf3ba47139dd225da1d0fef8ee84.tar.gz frameworks_base-08a9e9f20abebf3ba47139dd225da1d0fef8ee84.tar.bz2 |
Fixing a typo in the NumberPicker documentation.
Change-Id: I3a76923d468ddd01cd1ed5521992479cee82c6f0
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/widget/NumberPicker.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/widget/NumberPicker.java b/core/java/android/widget/NumberPicker.java index a210f0b..8628ab11 100644 --- a/core/java/android/widget/NumberPicker.java +++ b/core/java/android/widget/NumberPicker.java @@ -55,12 +55,12 @@ import com.android.internal.R; /** * A widget that enables the user to select a number form a predefined range. - * The widget presents an input filed and up and down buttons for selecting the + * The widget presents an input field and up and down buttons for selecting the * current value. Pressing/long pressing the up and down buttons increments and - * decrements the current value respectively. Touching the input filed shows a + * decrements the current value respectively. Touching the input field shows a * scroll wheel, tapping on which while shown and not moving allows direct edit * of the current value. Sliding motions up or down hide the buttons and the - * input filed, show the scroll wheel, and rotate the latter. Flinging is + * input field, show the scroll wheel, and rotate the latter. Flinging is * also supported. The widget enables mapping from positions to strings such * that instead the position index the corresponding string is displayed. * <p> |