adding a few incoming call related things

This commit is contained in:
tibbi
2018-11-20 21:46:04 +01:00
parent 746ea9404b
commit f5c645026f
27 changed files with 223 additions and 17 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="@color/md_green_700"/>
</shape>