Antoine POPINEAU
4 years ago
8 changed files with 39 additions and 26 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:color="@color/ripple"> |
||||
|
||||
<item android:id="@android:id/mask"> |
||||
<shape android:shape="rectangle"> |
||||
<solid android:color="?android:colorPrimary" /> |
||||
<corners android:radius="4dp" /> |
||||
</shape> |
||||
|
||||
<color android:color="@android:color/white" /> |
||||
</item> |
||||
|
||||
</ripple> |
Loading…
Reference in new issue