Skip to content

Commit dca510e

Browse files
committed
Fix docs
Change-Id: Idea902ec3b6e540972650a070e8d224603a55c94
1 parent 1ce891b commit dca510e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/java/android/widget/Spinner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public void setPopupBackgroundDrawable(Drawable background) {
223223
* Set the background drawable for the spinner's popup window of choices.
224224
* Only valid in {@link #MODE_DROPDOWN}; this method is a no-op in other modes.
225225
*
226-
* @param background Resource ID of a background drawable
226+
* @param resId Resource ID of a background drawable
227227
*
228228
* @attr ref android.R.styleable#Spinner_popupBackground
229229
*/

core/java/android/widget/Switch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public void setTrackDrawable(Drawable track) {
361361
/**
362362
* Set the drawable used for the track that the switch slides within.
363363
*
364-
* @param track Resource ID of a track drawable
364+
* @param resId Resource ID of a track drawable
365365
*
366366
* @attr ref android.R.styleable#Switch_track
367367
*/
@@ -397,7 +397,7 @@ public void setThumbDrawable(Drawable thumb) {
397397
* Set the drawable used for the switch "thumb" - the piece that the user
398398
* can physically touch and drag along the track.
399399
*
400-
* @param thumb Resource ID of a thumb drawable
400+
* @param resId Resource ID of a thumb drawable
401401
*
402402
* @attr ref android.R.styleable#Switch_thumb
403403
*/

0 commit comments

Comments
 (0)