From bfc3cfdec5383ecbf04a5d5c98bd53304352ba1e Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Fri, 3 Jun 2016 14:39:10 -0700 Subject: [PATCH] Remove duplicate the from AppBar documentation. Bug: https://code.google.com/p/android/issues/detail?id=187156 Change-Id: I5ee5e93b5e5b004f49e860047e4e2610b44e81d9 --- docs/html/training/appbar/setting-up.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/appbar/setting-up.jd b/docs/html/training/appbar/setting-up.jd index cc963c6df398f..cf564d0ffc276 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:
    -
  1. Add the the +
  2. Add the v7 appcompat support library to your project, as described in Support Library Setup.