summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2013-09-27 10:37:22 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-27 10:37:22 -0700
commitf0a5a844a94e3eec386b8fb08d7b405e1e95ed6f (patch)
treebafe7bd5b52e69506a3073acceb1c192c60e078a /docs/html/guide/topics
parentff379fc45c70ab92e6b5422646c9aa67a86002e0 (diff)
parent165489da28ff5b77d84095461934e86da8591f85 (diff)
downloadframeworks_base-f0a5a844a94e3eec386b8fb08d7b405e1e95ed6f.zip
frameworks_base-f0a5a844a94e3eec386b8fb08d7b405e1e95ed6f.tar.gz
frameworks_base-f0a5a844a94e3eec386b8fb08d7b405e1e95ed6f.tar.bz2
am 165489da: am 2fe85a10: Merge "Docs: "radio button"->"checkbox" in "Tip" at bottom of doc Bug: 10641902" into jb-mr2-docs
* commit '165489da28ff5b77d84095461934e86da8591f85': Docs: "radio button"->"checkbox" in "Tip" at bottom of doc Bug: 10641902
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/ui/controls/checkbox.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/controls/checkbox.jd b/docs/html/guide/topics/ui/controls/checkbox.jd
index 99140b5..2a64e38 100644
--- a/docs/html/guide/topics/ui/controls/checkbox.jd
+++ b/docs/html/guide/topics/ui/controls/checkbox.jd
@@ -94,7 +94,7 @@ must have a signature exactly as shown above. Specifically, the method must:</p>
android.view.View} that was clicked)</li>
</ul>
-<p class="note"><strong>Tip:</strong> If you need to change the radio button state
+<p class="note"><strong>Tip:</strong> If you need to change the checkbox state
yourself (such as when loading a saved {@link android.preference.CheckBoxPreference}),
use the {@link android.widget.CompoundButton#setChecked(boolean)} or {@link
android.widget.CompoundButton#toggle()} method.</p> \ No newline at end of file