Skip to content

Commit

Permalink
add ripple drawable for item backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Nosrati Sahlan committed Jan 2, 2020
1 parent 79a8d9d commit a262a9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/drawable/ic_ripple_round_green.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple
android:color="@color/white"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_round_green"/>
</ripple>
6 changes: 6 additions & 0 deletions app/src/main/res/drawable/ic_ripple_round_red.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple
android:color="@color/white"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_round_red"/>
</ripple>

0 comments on commit a262a9a

Please sign in to comment.