From a262a9a954efd778f8a45ce9a5a229577bfaacc6 Mon Sep 17 00:00:00 2001 From: Mehdi Nosrati Sahlan Date: Thu, 2 Jan 2020 20:32:49 +0330 Subject: [PATCH] add ripple drawable for item backgrounds --- app/src/main/res/drawable/ic_ripple_round_green.xml | 6 ++++++ app/src/main/res/drawable/ic_ripple_round_red.xml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 app/src/main/res/drawable/ic_ripple_round_green.xml create mode 100644 app/src/main/res/drawable/ic_ripple_round_red.xml diff --git a/app/src/main/res/drawable/ic_ripple_round_green.xml b/app/src/main/res/drawable/ic_ripple_round_green.xml new file mode 100644 index 0000000..e406d15 --- /dev/null +++ b/app/src/main/res/drawable/ic_ripple_round_green.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_ripple_round_red.xml b/app/src/main/res/drawable/ic_ripple_round_red.xml new file mode 100644 index 0000000..7392fa9 --- /dev/null +++ b/app/src/main/res/drawable/ic_ripple_round_red.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file