docs: Mention SwitchCompat in Switch and toggle documentation am: 3404032dfc am: cc9f8e2418

am: 15d0605087

Change-Id: I6035ee9f1c532e4298374f1f180e27e374fb146f
This commit is contained in:
Mark Lu
2016-09-26 08:44:30 +00:00
committed by android-build-merger
2 changed files with 10 additions and 3 deletions

View File

@@ -65,6 +65,9 @@ import com.android.internal.R;
* {@link #setSwitchTextAppearance(android.content.Context, int) switchTextAppearance} and
* the related setSwitchTypeface() methods control that of the thumb.
*
* <p>{@link android.support.v7.widget.SwitchCompat} is a version of
* the Switch widget which runs on devices back to API 7.</p>
*
* <p>See the <a href="{@docRoot}guide/topics/ui/controls/togglebutton.html">Toggle Buttons</a>
* guide.</p>
*