rounded_ripple.xml (754B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <ripple xmlns:android="http://schemas.android.com/apk/res/android" 6 android:color="?android:attr/colorControlHighlight"> 7 <item android:id="@android:id/mask"> 8 <shape> 9 <solid android:color="#000000" /> 10 <corners android:radius="8dp" /> 11 </shape> 12 </item> 13 <item> 14 <shape android:shape="rectangle"> 15 <solid android:color="@android:color/transparent" /> 16 <corners android:radius="8dp" /> 17 </shape> 18 </item> 19 </ripple>