am bb627351: am 0dbae184: am b42f499e: am 1beefcad: am 7a76e44d: am 1f6a5f89: docs: design support library 22.2.1 revisions

* commit 'bb627351a63981aecf7051c41929d5fb91013697':
  docs: design support library 22.2.1 revisions
diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd
index 5688d8a..9bd9178 100644
--- a/docs/html/tools/support-library/index.jd
+++ b/docs/html/tools/support-library/index.jd
@@ -59,9 +59,52 @@
 <p>This section provides details about the Support Library package releases.</p>
 
 
+
 <div class="toggle-content opened">
   <p id="rev21"><a href="#" onclick="return toggleContent(this)">
     <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""
+/>Android Support Library, revision 22.2.1</a> <em>(July 2015)</em>
+  </p>
+  <div class="toggle-content-toggleme">
+    <dl>
+      <dt>Changes for <a href="features.html#design">Design Support library:</a></dt>
+      <dd>
+        <ul>
+          <li>Added the {@code hide()} and {@code show()} methods to the
+            {@link android.support.design.widget.FloatingActionButton} class for programmatic
+            triggering of animations.  </li>
+          <li>Added the {@code LENGTH_INDEFINITE} constant to the
+            {@link android.support.design.widget.Snackbar} class for showing a snackbar
+            until it is dismissed or another snackbar is shown. Also, added the
+            {@link android.support.design.widget.Snackbar#setActionTextColor(int)} and
+            {@link android.support.design.widget.Snackbar#setActionTextColor(ColorStateList)}
+            methods.  </li>
+          <li>Added the {@code getSelectedTabPosition()} method to the
+            {@link android.support.design.widget.TabLayout} class for retrieving the currently
+            selected tab. </li>
+          <li>Provided a fully fluent API for the
+            {@link android.support.v7.app.NotificationCompat.MediaStyle} class for method
+            chaining.  </li>
+           <li>Added convenience methods to the
+             {@link android.support.v7.widget.RecyclerView} for batch insertion of items. </li>
+         </ul>
+       </dd>
+    </dl>
+
+    <p>For a complete list of the Support Library changes, see the
+    <a href="{@docRoot}sdk/support_api_diff/22.2.0/changes.html">Support
+    Library API Differences Report</a>.  </p>
+
+
+
+  </div>
+</div> <!-- end of collapsible section -->
+
+
+
+<div class="toggle-content closed">
+  <p id="rev21"><a href="#" onclick="return toggleContent(this)">
+    <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
 />Android Support Library, revision 22.2.0</a> <em>(May 2015)</em>
   </p>
   <div class="toggle-content-toggleme">
@@ -143,7 +186,7 @@
             {@link android.support.v4.media.session.PlaybackStateCompat.Builder#setExtras setExtras()}
             methods to the
             {@link android.support.v4.media.session.PlaybackStateCompat.Builder} class for adding
-            adding custom actions to a playback state.
+            custom actions to a playback state.
           </li>
           <li>Added the
 {@link android.support.v4.media.session.PlaybackStateCompat.CustomAction#fromCustomAction fromCustomAction()} and
@@ -203,6 +246,9 @@
        </ul>
       </dd>
 
+    <p>For a complete list of the Support Library changes, see the
+    <a href="{@docRoot}sdk/support_api_diff/22.2.0/changes.html">Support
+    Library API Differences Report</a>.  </p>
 
     </dl>
 
@@ -212,7 +258,6 @@
 
 
 
-
 <div class="toggle-content closed">
   <p id="rev21"><a href="#" onclick="return toggleContent(this)">
     <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""