Add call tab info screen.

This commit is contained in:
Alex Hart
2023-03-17 12:52:04 -03:00
committed by Greyson Parrelli
parent 49a814abef
commit 545f1fa5a4
12 changed files with 203 additions and 25 deletions

View 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="#FF000000"
android:pathData="M18.37 6.87l-8.25 8.25-1.5 1.26h7.63c0.48 0 0.88 0.39 0.88 0.87s-0.4 0.88-0.88 0.88h-9.5c-0.48 0-0.88-0.4-0.88-0.88v-9.5c0-0.48 0.4-0.88 0.88-0.88s0.88 0.4 0.88 0.88v7.64l1.25-1.5 8.25-8.26c0.34-0.34 0.9-0.34 1.24 0 0.34 0.34 0.34 0.9 0 1.24Z"/>
</vector>

View 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="#FF000000"
android:pathData="M16.38 8.61v7.64c0 0.48 0.39 0.88 0.87 0.88s0.88-0.4 0.88-0.88v-9.5c0-0.48-0.4-0.88-0.88-0.88h-9.5c-0.48 0-0.88 0.4-0.88 0.88s0.4 0.88 0.88 0.88h7.64l-1.5 1.25-8.26 8.25c-0.34 0.34-0.34 0.9 0 1.24 0.34 0.34 0.9 0.34 1.24 0l8.25-8.25 1.26-1.5Z"/>
</vector>

View 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="#FF000000"
android:pathData="M4.13 9.61v6.14c0 0.48-0.4 0.88-0.88 0.88s-0.88-0.4-0.88-0.88v-8c0-0.48 0.4-0.88 0.88-0.88h8c0.48 0 0.88 0.4 0.88 0.88s-0.4 0.88-0.88 0.88H5.11l1.5 1.25 6.14 6.13 8.63-8.63c0.34-0.34 0.9-0.34 1.24 0 0.34 0.34 0.34 0.9 0 1.24l-8.72 8.72c-0.64 0.63-1.66 0.63-2.3 0l-6.22-6.22-1.25-1.5Z"/>
</vector>