mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Updated foreground service icon
This commit is contained in:
parent
e71af3480d
commit
aa95c78563
2 changed files with 11 additions and 1 deletions
|
@ -248,7 +248,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
builder = new Notification.Builder(this);
|
||||
|
||||
builder
|
||||
.setSmallIcon(R.drawable.baseline_mail_outline_24)
|
||||
.setSmallIcon(R.drawable.baseline_compare_arrows_24)
|
||||
.setContentTitle(getResources().getQuantityString(R.plurals.title_notification_synchronizing, accounts, accounts))
|
||||
.setContentIntent(pi)
|
||||
.setAutoCancel(false)
|
||||
|
|
10
app/src/main/res/drawable/baseline_compare_arrows_24.xml
Normal file
10
app/src/main/res/drawable/baseline_compare_arrows_24.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M9.01,14L2,14v2h7.01v3L13,15l-3.99,-4v3zM14.99,13v-3L22,10L22,8h-7.01L14.99,5L11,9l3.99,4z"/>
|
||||
</vector>
|
Loading…
Reference in a new issue