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.

master
Severiano Jaramillo 2019-03-14 11:19:00 -06:00
parent 8ac06ae393
commit 9b1349bfae
1 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,6 @@
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="90"
android:toDegrees="90"
android:pivotX="50%"
android:pivotY="50%"
android:drawable="@drawable/ic_send">
</rotate>
<!--<path android:fillColor="#FFF" android:pathData="M12,8V4l8,8 -8,8v-4H4V8z"/>-->
<vector android:height="24dp"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFF" android:pathData="M8,4h8v8h4l-8,8 -8,-8h4z"/>
</vector>