Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92e587b4 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 7fc5b5a1: am a9ad0fc7: am f2525ed3: am ea2a0648: Explain behavior of boundless ripple projection

* commit '7fc5b5a1':
  Explain behavior of boundless ripple projection
parents 538987da 7fc5b5a1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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