mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
redesigning the Incoming Call notification, add colored icons
This commit is contained in:
11
app/src/main/res/drawable/ripple.xml
Normal file
11
app/src/main/res/drawable/ripple.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/ripple_grey">
|
||||
|
||||
<item android:id="@android:id/mask">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/ripple_grey"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
Reference in New Issue
Block a user