mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
adding ripple effect background to call notification buttons
This commit is contained in:
6
app/src/main/res/drawable/ripple_background.xml
Normal file
6
app/src/main/res/drawable/ripple_background.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/md_grey">
|
||||
<item
|
||||
android:id="@android:id/mask"
|
||||
android:drawable="@android:color/white" />
|
||||
</ripple>
|
Reference in New Issue
Block a user