From 9b1349bfaed96b07c55561590ae287f6d6ee234d Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Thu, 14 Mar 2019 11:19:00 -0600 Subject: [PATCH] Created the downward arrow used in the receive button in the homescreen manually, to avoid rotating the forward arrow. The latter was avoided because it does not work properly on Android 6. --- app/src/main/res/drawable/ic_receive.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/drawable/ic_receive.xml b/app/src/main/res/drawable/ic_receive.xml index 1967adf..226c8b0 100644 --- a/app/src/main/res/drawable/ic_receive.xml +++ b/app/src/main/res/drawable/ic_receive.xml @@ -1,7 +1,6 @@ - - + + + + \ No newline at end of file