From ea2a0648a85a059f7235fbae69df87ba511832cf Mon Sep 17 00:00:00 2001
From: Chris Craik
Date: Tue, 24 Feb 2015 13:58:26 -0800
Subject: [PATCH] Explain behavior of boundless ripple projection
Change-Id: I27d5c194750313d5d4e0d9dd541f3157b75340ab
---
docs/html/training/material/animations.jd | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/html/training/material/animations.jd b/docs/html/training/material/animations.jd
index efc0ee3fba2f2..86e91a795e888 100644
--- a/docs/html/training/material/animations.jd
+++ b/docs/html/training/material/animations.jd
@@ -46,9 +46,10 @@ between different states with a ripple effect.
background as:
-?android:attr/selectableItemBackground for a bounded ripple
+?android:attr/selectableItemBackground for a bounded ripple.
?android:attr/selectableItemBackgroundBorderless for a ripple that extends beyond
-the view
+the view. It will be drawn upon, and bounded by, the nearest parent of the view with a non-null
+background.
Note: selectableItemBackgroundBorderless is a new