mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Different icon for rejected calls
Thanks to an anonymous contributor
This commit is contained in:
@@ -135,10 +135,13 @@ public class CallLogItemRecyclerViewAdapter
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MISSED:
|
case MISSED:
|
||||||
case REJECTED:
|
|
||||||
icon = R.drawable.ic_call_missed_24dp;
|
icon = R.drawable.ic_call_missed_24dp;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case REJECTED:
|
||||||
|
icon = R.drawable.ic_call_rejected_24dp;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
icon = null;
|
icon = null;
|
||||||
break;
|
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>
|
Reference in New Issue
Block a user