summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-02-24 13:58:26 -0800
committerChris Craik <ccraik@google.com>2015-02-25 00:12:38 +0000
commitea2a0648a85a059f7235fbae69df87ba511832cf (patch)
treedd2871514a14586a8e5ca4a4bbfa83b6a14e400a /docs
parent88e0145fb82b6711527ab173e4dc817e3f430708 (diff)
downloadframeworks_base-ea2a0648a85a059f7235fbae69df87ba511832cf.zip
frameworks_base-ea2a0648a85a059f7235fbae69df87ba511832cf.tar.gz
frameworks_base-ea2a0648a85a059f7235fbae69df87ba511832cf.tar.bz2
Explain behavior of boundless ripple projection
Change-Id: I27d5c194750313d5d4e0d9dd541f3157b75340ab
Diffstat (limited to 'docs')
-rw-r--r--docs/html/training/material/animations.jd5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/training/material/animations.jd b/docs/html/training/material/animations.jd
index efc0ee3..86e91a7 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.</p>
background as:</p>
<ul>
-<li><code>?android:attr/selectableItemBackground</code> for a bounded ripple</li>
+<li><code>?android:attr/selectableItemBackground</code> for a bounded ripple.</li>
<li><code>?android:attr/selectableItemBackgroundBorderless</code> for a ripple that extends beyond
-the view</li>
+the view. It will be drawn upon, and bounded by, the nearest parent of the view with a non-null
+background.</li>
</ul>
<p class="note"><strong>Note:</strong> <code>selectableItemBackgroundBorderless</code> is a new