File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments