From e440cde0c49e3b101fa86ba527939299d7ce5cc0 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Wed, 25 Sep 2013 10:43:17 -0700 Subject: [PATCH] Docs: "radio button"->"checkbox" in "Tip" at bottom of doc Bug: 10641902 Change-Id: Iff5190dd5c6ce50530233f9ac7e8aed4c9b83327 --- docs/html/guide/topics/ui/controls/checkbox.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/ui/controls/checkbox.jd b/docs/html/guide/topics/ui/controls/checkbox.jd index 99140b55e84f7..2a64e38d3bf43 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:

android.view.View} that was clicked) -

Tip: If you need to change the radio button state +

Tip: 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.

\ No newline at end of file