Explain behavior of boundless ripple projection

Change-Id: I27d5c194750313d5d4e0d9dd541f3157b75340ab
This commit is contained in:
Chris Craik
2015-02-24 13:58:26 -08:00
parent 88e0145fb8
commit ea2a0648a8

View File

@@ -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