summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/ui/controls
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2013-09-25 10:43:17 -0700
committerDavid Friedman <dmail@google.com>2013-09-25 10:43:17 -0700
commite440cde0c49e3b101fa86ba527939299d7ce5cc0 (patch)
treecf660b17f4ee1a0e550249a7d4185661f17c5dab /docs/html/guide/topics/ui/controls
parenta9fcf6620d418268ab3e9ee8b13b37e85825e6f8 (diff)
downloadframeworks_base-e440cde0c49e3b101fa86ba527939299d7ce5cc0.zip
frameworks_base-e440cde0c49e3b101fa86ba527939299d7ce5cc0.tar.gz
frameworks_base-e440cde0c49e3b101fa86ba527939299d7ce5cc0.tar.bz2
Docs: "radio button"->"checkbox" in "Tip" at bottom of doc
Bug: 10641902 Change-Id: Iff5190dd5c6ce50530233f9ac7e8aed4c9b83327
Diffstat (limited to 'docs/html/guide/topics/ui/controls')
-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