summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2015-07-14 20:22:59 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-14 20:22:59 +0000
commit353886b2dd1d6751d83469ddd3eb01dd0039231e (patch)
tree66d4b023deb3172059dd537ee0497e48657cc18a /core/java/android
parentfb9732409a5f419ec00ba7b76de94bbcbd971936 (diff)
parente67416eccc6092e2fce3619b2244deda36fabd26 (diff)
downloadframeworks_base-353886b2dd1d6751d83469ddd3eb01dd0039231e.zip
frameworks_base-353886b2dd1d6751d83469ddd3eb01dd0039231e.tar.gz
frameworks_base-353886b2dd1d6751d83469ddd3eb01dd0039231e.tar.bz2
am e67416ec: am 4859a612: Merge "docs: Clarified how to find out when a switch is toggled" into mnc-preview-docs
* commit 'e67416eccc6092e2fce3619b2244deda36fabd26': docs: Clarified how to find out when a switch is toggled
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/widget/Switch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/Switch.java b/core/java/android/widget/Switch.java
index f45e750..e672fc3 100644
--- a/core/java/android/widget/Switch.java
+++ b/core/java/android/widget/Switch.java
@@ -62,7 +62,7 @@ import com.android.internal.R;
* {@link #setTextAppearance(android.content.Context, int) textAppearance} and the related
* setTypeface() methods control the typeface and style of label text, whereas the
* {@link #setSwitchTextAppearance(android.content.Context, int) switchTextAppearance} and
- * the related seSwitchTypeface() methods control that of the thumb.
+ * the related setSwitchTypeface() methods control that of the thumb.
*
* <p>See the <a href="{@docRoot}guide/topics/ui/controls/togglebutton.html">Toggle Buttons</a>
* guide.</p>