mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Changed update notification icon
This commit is contained in:
parent
b880bfef96
commit
32515e01df
2 changed files with 1 additions and 11 deletions
|
@ -715,7 +715,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||||
|
|
||||||
NotificationCompat.Builder builder =
|
NotificationCompat.Builder builder =
|
||||||
new NotificationCompat.Builder(ActivityView.this, "update")
|
new NotificationCompat.Builder(ActivityView.this, "update")
|
||||||
.setSmallIcon(R.drawable.baseline_system_update_24)
|
.setSmallIcon(R.drawable.baseline_get_app_24)
|
||||||
.setContentTitle(getString(R.string.title_updated, info.tag_name))
|
.setContentTitle(getString(R.string.title_updated, info.tag_name))
|
||||||
.setAutoCancel(true)
|
.setAutoCancel(true)
|
||||||
.setShowWhen(false)
|
.setShowWhen(false)
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
<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="M17,1.01L7,1c-1.1,0 -2,0.9 -2,2v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,3c0,-1.1 -0.9,-1.99 -2,-1.99zM17,19L7,19L7,5h10v14zM16,13h-3L13,8h-2v5L8,13l4,4 4,-4z"/>
|
|
||||||
</vector>
|
|
Loading…
Reference in a new issue