Skip to content

Commit

Permalink
Set bounded ripple for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ataulm committed Jul 12, 2020
1 parent 1909b2f commit f739f51
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/on_background_12" />
android:color="@color/on_background_12">
<item android:id="@android:id/mask">
<shape android:shape="oval">
<solid android:color="#FF00FF" />
</shape>
</item>
</ripple>

0 comments on commit f739f51

Please sign in to comment.