This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Updated foreground service icon
main
M66B
6 years ago
parent
e71af3480d
commit
aa95c78563
2 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/java/eu/faircode/email/ServiceSynchronize.java
+10
-0
app/src/main/res/drawable/baseline_compare_arrows_24.xml
+ 1
- 1
app/src/main/java/eu/faircode/email/ServiceSynchronize.java
View File
@ -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
- 0
app/src/main/res/drawable/baseline_compare_arrows_24.xml
View 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>
Write
Preview
Loading…
Cancel
Save