mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-14 10:40:36 +01:00
Different icon for rejected calls
Thanks to an anonymous contributor
This commit is contained in:
parent
b46b5a5acc
commit
c9f5f58245
@ -135,10 +135,13 @@ public class CallLogItemRecyclerViewAdapter
|
||||
break;
|
||||
|
||||
case MISSED:
|
||||
case REJECTED:
|
||||
icon = R.drawable.ic_call_missed_24dp;
|
||||
break;
|
||||
|
||||
case REJECTED:
|
||||
icon = R.drawable.ic_call_rejected_24dp;
|
||||
break;
|
||||
|
||||
default:
|
||||
icon = null;
|
||||
break;
|
||||
|
10
app/src/main/res/drawable/ic_call_rejected_24dp.xml
Normal file
10
app/src/main/res/drawable/ic_call_rejected_24dp.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#C53929"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m 6.4,19 5.6,-5.6 5.6,5.6 1.4,-1.4 L 13.4,12 19,6.4 17.6,5 12,10.6 6.4,5 5,6.4 c 4,4 5.6,5.6 5.6,5.6 l -5.6,5.6" />
|
||||
</vector>
|
Loading…
x
Reference in New Issue
Block a user