diff options
| author | 2016-06-09 16:41:54 +0000 | |
|---|---|---|
| committer | 2016-06-09 16:41:55 +0000 | |
| commit | f9f7a29fe921972bedcd53370a1aa696d8e7034d (patch) | |
| tree | aad0d917fdc49a7d35de8426c34a4c084ec7caa1 | |
| parent | e172a4b692fe7bf6febb760ef7d9cb45118480da (diff) | |
| parent | b7c41c89a212a8b2dcff7938f58cb6c4d6f7a112 (diff) | |
Merge "Remove duplicate the from AppBar documentation." into mnc-io-docs
| -rw-r--r-- | docs/html/training/appbar/setting-up.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/appbar/setting-up.jd b/docs/html/training/appbar/setting-up.jd index cc963c6df398..cf564d0ffc27 100644 --- a/docs/html/training/appbar/setting-up.jd +++ b/docs/html/training/appbar/setting-up.jd @@ -68,7 +68,7 @@ These steps describe how to set up a {@link android.support.v7.widget.Toolbar} as your activity's app bar: <ol> - <li>Add the the + <li>Add the <a href="{@docRoot}tools/support-library/features.html#v7-appcompat">v7 appcompat</a> support library to your project, as described in <a href= "{@docRoot}tools/support-library/setup.html">Support Library Setup</a>. |