Add proper payments icon in AttachmentKeyboard
This commit is contained in:
parent
1f578ebd2c
commit
e42fe5349b
2 changed files with 20 additions and 5 deletions
12
app/src/main/res/drawable-night/ic_payments_32.xml
Normal file
12
app/src/main/res/drawable-night/ic_payments_32.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:pathData="M31,11.8V9a4.2,4.2 0,0 0,-4.3 -4.2H5.3A4.2,4.2 0,0 0,1 9v2.8Z"
|
||||
android:fillColor="#FF000000"/>
|
||||
<path
|
||||
android:pathData="M1,15.3V23a4.2,4.2 0,0 0,4.3 4.2H26.7A4.2,4.2 0,0 0,31 23V15.3Z"
|
||||
android:fillColor="#FF000000"/>
|
||||
</vector>
|
|
@ -1,6 +1,9 @@
|
|||
<vector android:autoMirrored="true" android:height="32dp"
|
||||
android:viewportHeight="32" android:viewportWidth="32"
|
||||
android:width="32dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000" android:fillType="evenOdd" android:pathData="M16,29.5c7.5,0 13.5,-6 13.5,-13.5c0,-7.5 -6,-13.5 -13.5,-13.5C8.5,2.5 2.5,8.5 2.5,16C2.5,23.5 8.5,29.5 16,29.5zM16,31c8.3,0 15,-6.7 15,-15c0,-8.3 -6.7,-15 -15,-15C7.7,1 1,7.7 1,16C1,24.3 7.7,31 16,31z"/>
|
||||
<path android:fillColor="#FF000000" android:pathData="M16.6,23C18.9,23 21,21.7 21,19c0,-2.8 -1.8,-3.5 -4.4,-4.1V10c1.3,0.1 2,0.9 2.3,2c0.1,0.4 0.4,0.5 0.7,0.5c0.1,0 0.2,0 0.3,0c0.3,-0.1 0.6,-0.3 0.6,-0.7c0,-0.1 0,-0.2 0,-0.3c-0.5,-1.6 -1.9,-2.8 -3.9,-2.9V7.7c0,-0.3 -0.3,-0.5 -0.6,-0.5c-0.3,0 -0.6,0.2 -0.6,0.5v0.9c-2.2,0.1 -4.1,1.4 -4.1,3.8c0,2.2 1.5,3.3 4.1,3.9v5.3c-1.7,-0.2 -2.4,-0.9 -2.7,-2.3c-0.1,-0.4 -0.4,-0.6 -0.8,-0.6c-0.1,0 -0.1,0 -0.2,0C11.3,18.8 11,19 11,19.5c0,0.1 0,0.1 0,0.2c0.4,1.9 1.9,3.2 4.4,3.3v1.2c0,0.3 0.3,0.5 0.6,0.5c0.3,0 0.6,-0.2 0.6,-0.5V23zM16.6,16.5c1.6,0.4 2.8,0.7 2.8,2.5c0,1.6 -1,2.5 -2.8,2.6V16.5zM15.4,14.7c-2,-0.4 -2.5,-1.1 -2.5,-2.3c0,-1.3 0.9,-2.2 2.5,-2.3V14.7z"/>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M26.7,4.7H5.3A4.3,4.3 0,0 0,1 9V23a4.3,4.3 0,0 0,4.3 4.3H26.7A4.3,4.3 0,0 0,31 23V9a4.3,4.3 0,0 0,-4.3 -4.3ZM2.6,11.9V9A2.6,2.6 0,0 1,5.3 6.4H26.7A2.6,2.6 0,0 1,29.4 9v2.9ZM5.3,25.6A2.6,2.6 0,0 1,2.6 23V15.1H29.4V23a2.6,2.6 0,0 1,-2.7 2.6Z"/>
|
||||
</vector>
|
||||
|
|
Loading…
Add table
Reference in a new issue