diff --git a/docs/html/topic/libraries/support-library/index.jd b/docs/html/topic/libraries/support-library/index.jd index e2edc25158538..ab8c5afeaef2a 100644 --- a/docs/html/topic/libraries/support-library/index.jd +++ b/docs/html/topic/libraries/support-library/index.jd @@ -186,6 +186,135 @@ page.metaDescription=The Android Support Library offers backward-compatible vers

This section provides details about the Support Library package releases.

+

+ Android Support Library, revision 23.4.0 + (May 2016) +

+ +
+
+
+ Changes for v4 Support + Library: +
+ +
+
    +
  • Fixed issue where fragments were added in the wrong order. + (Issue + 206901) +
  • + +
  • Fixed issue where app bar wasn't drawn after being scrolled + offscreen. (Issue + 178037) +
  • +
+
+ +
+ Changes for v7 + appcompat library: +
+ +
+ +
+ +
+ Changes for Design Support + Library: +
+ +
+
    +
  • Fixed an issue where {@link + android.support.design.widget.TextInputLayout} doesn't clear error + tint after {@link + android.support.design.widget.TextInputLayout#setErrorEnabled + setErrorEnabled(false)} on API level 21 - 22 (Issue + 202829) +
  • + +
  • Fixed an issue where {@link + android.support.design.widget.FloatingActionButton} does not return + when animations are disabled. (Issue + 206416) +
  • + +
  • Fixed issue in {@link android.support.design.widget.AppBarLayout} + snap functionality when used with {@link + android.support.design.R.id#scroll}|{@link + android.support.design.R.id#enterAlways}|{@link + android.support.design.R.id#enterAlwaysCollapsed}|{@link + android.support.design.R.id#snap} scroll flags. + (Issue + 207398) +
  • +
+
+ +
+ Changes for Vector Drawable library: +
+ +
+
    +
  • Fixed a bug where + VectorDrawableCompat does not render correctly in + {@link android.widget.TextView} on API level 23. (Issue + 206227) +
  • +
+
+
+
+
+ + + + +