diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index 389238f77ee27..e90528588d095 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -58,10 +58,36 @@ page.title=Support Library

This section provides details about the Support Library package releases.

-

Android Support Library, revision 19.1.0 (March 2014) +

+
+
+
Changes for v4 support library:
+
+
    +
  • Added the {@link android.support.v4.widget.SwipeRefreshLayout} class, + which enables users to refresh the contents of a view with a vertical + swipe gesture.
  • +
  • Fixed accessibility issues with navigation drawers.
  • +
+
+ +
Changes for v7 appcompat library:
+
+
    +
  • Fixed background issues with the action bar.
  • +
+
+
+
+
+ +
+

+ Android Support Library, revision 19.0.1 (December 2013)