Loading core/java/android/widget/Spinner.java +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ public class Spinner extends AbsSpinner implements OnClickListener { * Set the background drawable for the spinner's popup window of choices. * Only valid in {@link #MODE_DROPDOWN}; this method is a no-op in other modes. * * @param background Resource ID of a background drawable * @param resId Resource ID of a background drawable * * @attr ref android.R.styleable#Spinner_popupBackground */ Loading core/java/android/widget/Switch.java +2 −2 Original line number Diff line number Diff line Loading @@ -361,7 +361,7 @@ public class Switch extends CompoundButton { /** * Set the drawable used for the track that the switch slides within. * * @param track Resource ID of a track drawable * @param resId Resource ID of a track drawable * * @attr ref android.R.styleable#Switch_track */ Loading Loading @@ -397,7 +397,7 @@ public class Switch extends CompoundButton { * Set the drawable used for the switch "thumb" - the piece that the user * can physically touch and drag along the track. * * @param thumb Resource ID of a thumb drawable * @param resId Resource ID of a thumb drawable * * @attr ref android.R.styleable#Switch_thumb */ Loading Loading
core/java/android/widget/Spinner.java +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ public class Spinner extends AbsSpinner implements OnClickListener { * Set the background drawable for the spinner's popup window of choices. * Only valid in {@link #MODE_DROPDOWN}; this method is a no-op in other modes. * * @param background Resource ID of a background drawable * @param resId Resource ID of a background drawable * * @attr ref android.R.styleable#Spinner_popupBackground */ Loading
core/java/android/widget/Switch.java +2 −2 Original line number Diff line number Diff line Loading @@ -361,7 +361,7 @@ public class Switch extends CompoundButton { /** * Set the drawable used for the track that the switch slides within. * * @param track Resource ID of a track drawable * @param resId Resource ID of a track drawable * * @attr ref android.R.styleable#Switch_track */ Loading Loading @@ -397,7 +397,7 @@ public class Switch extends CompoundButton { * Set the drawable used for the switch "thumb" - the piece that the user * can physically touch and drag along the track. * * @param thumb Resource ID of a thumb drawable * @param resId Resource ID of a thumb drawable * * @attr ref android.R.styleable#Switch_thumb */ Loading