Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e440cde0 authored by David Friedman's avatar David Friedman
Browse files

Docs: "radio button"->"checkbox" in "Tip" at bottom of doc

Bug: 10641902

Change-Id: Iff5190dd5c6ce50530233f9ac7e8aed4c9b83327
parent a9fcf662
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -94,7 +94,7 @@ must have a signature exactly as shown above. Specifically, the method must:</p>
android.view.View} that was clicked)</li>
android.view.View} that was clicked)</li>
</ul>
</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}),
yourself (such as when loading a saved {@link android.preference.CheckBoxPreference}),
use the {@link android.widget.CompoundButton#setChecked(boolean)} or {@link
use the {@link android.widget.CompoundButton#setChecked(boolean)} or {@link
android.widget.CompoundButton#toggle()} method.</p>
android.widget.CompoundButton#toggle()} method.</p>
 No newline at end of file