adding a hangup button to the dialer

This commit is contained in:
tibbi
2018-11-20 13:34:22 +01:00
parent 099d7b6644
commit d6e8769205
8 changed files with 27 additions and 1 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/theme_dark_red_primary_color"/>
</shape>