mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-16 19:30:08 +01:00
adding 2 icons for incoming and outgoing calls
This commit is contained in:
parent
5fcca1e281
commit
57c9693221
9
app/src/main/res/drawable/ic_incoming_call_vector.xml
Normal file
9
app/src/main/res/drawable/ic_incoming_call_vector.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="m4.9875,10.4243c1.877,3.6888 4.901,6.6997 8.5897,8.5897l2.8676,-2.8676c0.3519,-0.3519 0.8733,-0.4692 1.3295,-0.3128 1.4599,0.4823 3.037,0.743 4.6533,0.743 0.7169,0 1.3034,0.5866 1.3034,1.3034l0,4.549c0,0.7169 -0.5866,1.3034 -1.3034,1.3034 -12.2394,0 -22.1586,-9.9192 -22.1586,-22.1586 0,-0.7169 0.5866,-1.3034 1.3034,-1.3034l4.5621,0c0.7169,0 1.3034,0.5866 1.3034,1.3034 0,1.6293 0.2607,3.1934 0.743,4.6533 0.1434,0.4562 0.0391,0.9646 -0.3259,1.3295L4.9875,10.4243ZM22.6361,1.1699 L21.7107,0.2575 13.3034,8.4692l0,-5.5918 -1.3034,0 0,7.8207 7.8207,0 0,-1.3034 -5.4093,0z" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_outgoing_call_vector.xml
Normal file
9
app/src/main/res/drawable/ic_outgoing_call_vector.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="m12,9.7857 l0.9254,0.9124 8.4072,-8.2117 0,5.5918 1.3034,0 0,-7.8207 -7.8207,0 0,1.3034 5.4093,0zM4.9875,10.4243c1.877,3.6888 4.901,6.6997 8.5897,8.5897l2.8676,-2.8676c0.3519,-0.3519 0.8733,-0.4692 1.3295,-0.3128 1.4599,0.4823 3.037,0.743 4.6533,0.743 0.7169,0 1.3034,0.5866 1.3034,1.3034l0,4.549c0,0.7169 -0.5866,1.3034 -1.3034,1.3034 -12.2394,0 -22.1586,-9.9192 -22.1586,-22.1586 0,-0.7169 0.5866,-1.3034 1.3034,-1.3034l4.5621,0c0.7169,0 1.3034,0.5866 1.3034,1.3034 0,1.6293 0.2607,3.1934 0.743,4.6533 0.1434,0.4562 0.0391,0.9646 -0.3259,1.3295L4.9875,10.4243Z" />
|
||||
</vector>
|
Loading…
x
Reference in New Issue
Block a user