diff --git a/src/main/kotlin/com/looker/droidify/service/DownloadService.kt b/src/main/kotlin/com/looker/droidify/service/DownloadService.kt index 1892e9df..f9dd05c0 100644 --- a/src/main/kotlin/com/looker/droidify/service/DownloadService.kt +++ b/src/main/kotlin/com/looker/droidify/service/DownloadService.kt @@ -377,7 +377,7 @@ class DownloadService : ConnectionService() { .setSmallIcon(android.R.drawable.stat_sys_download) .setColor( ContextThemeWrapper(this, R.style.Theme_Main_Light) - .getColorFromAttr(android.R.attr.colorAccent).defaultColor + .getColorFromAttr(android.R.attr.colorPrimary).defaultColor ) .addAction( 0, getString(R.string.cancel), PendingIntent.getService( diff --git a/src/main/kotlin/com/looker/droidify/service/SyncService.kt b/src/main/kotlin/com/looker/droidify/service/SyncService.kt index 21a717f8..d3be6497 100644 --- a/src/main/kotlin/com/looker/droidify/service/SyncService.kt +++ b/src/main/kotlin/com/looker/droidify/service/SyncService.kt @@ -218,7 +218,7 @@ class SyncService : ConnectionService() { .setSmallIcon(android.R.drawable.stat_sys_warning) .setColor( ContextThemeWrapper(this, R.style.Theme_Main_Light) - .getColorFromAttr(android.R.attr.colorAccent).defaultColor + .getColorFromAttr(android.R.attr.colorPrimary).defaultColor ) .setContentTitle(getString(R.string.could_not_sync_FORMAT, repository.name)) .setContentText( @@ -244,7 +244,7 @@ class SyncService : ConnectionService() { .setSmallIcon(R.drawable.ic_sync) .setColor( ContextThemeWrapper(this, R.style.Theme_Main_Light) - .getColorFromAttr(android.R.attr.colorAccent).defaultColor + .getColorFromAttr(android.R.attr.colorPrimary).defaultColor ) .addAction( 0, getString(R.string.cancel), PendingIntent.getService( @@ -432,7 +432,7 @@ class SyncService : ConnectionService() { ) .setColor( ContextThemeWrapper(this, R.style.Theme_Main_Light) - .getColorFromAttr(android.R.attr.colorAccent).defaultColor + .getColorFromAttr(android.R.attr.colorPrimary).defaultColor ) .setContentIntent( PendingIntent.getActivity(