Allow call links to exist in the calls tab.

This commit is contained in:
Alex Hart
2023-05-22 13:48:41 -03:00
committed by Nicholas
parent 97d95f37cc
commit 987f9b9dba
29 changed files with 657 additions and 117 deletions

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
android:viewportHeight="16">
<path
android:fillColor="#FF000000"
android:pathData="M10.84 8.42c-0.26 0.25-0.26 0.66 0 0.91 0.25 0.26 0.66 0.26 0.91 0L13.6 7.5c0.7-0.7 1.05-1.62 1.05-2.54 0-1.99-1.61-3.6-3.6-3.6-0.92 0-1.84 0.35-2.54 1.05L6.67 4.25C6.4 4.5 6.4 4.9 6.67 5.16c0.25 0.26 0.66 0.26 0.91 0l1.85-1.84c0.44-0.45 1.03-0.67 1.62-0.67 1.27 0 2.3 1.03 2.3 2.3 0 0.59-0.22 1.18-0.67 1.62l-1.84 1.85Z"/>
<path
android:fillColor="#FF000000"
android:pathData="M10.46 5.54c0.25 0.25 0.25 0.67 0 0.92l-4 4c-0.25 0.25-0.67 0.25-0.92 0s-0.25-0.67 0-0.92l4-4c0.25-0.25 0.67-0.25 0.92 0Z"/>
<path
android:fillColor="#FF000000"
android:pathData="M5.16 6.67c0.26 0.25 0.26 0.66 0 0.91L3.32 9.43c-0.45 0.44-0.67 1.03-0.67 1.62 0 1.27 1.03 2.3 2.3 2.3 0.59 0 1.18-0.22 1.62-0.67l1.85-1.84c0.25-0.26 0.66-0.26 0.91 0 0.26 0.25 0.26 0.66 0 0.91L7.5 13.6c-0.7 0.7-1.62 1.05-2.54 1.05-1.99 0-3.6-1.61-3.6-3.6 0-0.92 0.35-1.84 1.05-2.54l1.85-1.84C4.5 6.4 4.9 6.4 5.16 6.67Z"/>
</vector>