diff --git a/app/build.gradle b/app/build.gradle
index f60ad4e79..270ffddff 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,7 +13,7 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
- versionCode 385
+ versionCode 387
versionName '3.4.500'
multiDexEnabled true
diff --git a/app/src/main/java/code/name/monkey/retromusic/AppExecutors.kt b/app/src/main/java/code/name/monkey/retromusic/AppExecutors.kt
deleted file mode 100644
index 7d8c5aaf7..000000000
--- a/app/src/main/java/code/name/monkey/retromusic/AppExecutors.kt
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 2019 Hemanth Savarala.
- *
- * Licensed under the GNU General Public License v3
- *
- * This is free software: you can redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by
- * the Free Software Foundation either version 3 of the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details.
- */
-
-package code.name.monkey.retromusic
-
-import kotlinx.coroutines.Dispatchers
-import kotlin.coroutines.CoroutineContext
-
-/**
- * Created by hemanths on 2019-10-23.
- */
-
-class AppExecutors constructor(
- val ioContext: CoroutineContext = Dispatchers.IO,
- val uiContext: CoroutineContext = Dispatchers.Main
-)
\ No newline at end of file
diff --git a/app/src/main/java/code/name/monkey/retromusic/service/notification/PlayingNotificationOreo.kt b/app/src/main/java/code/name/monkey/retromusic/service/notification/PlayingNotificationOreo.kt
index 8c5746cef..645e5e308 100644
--- a/app/src/main/java/code/name/monkey/retromusic/service/notification/PlayingNotificationOreo.kt
+++ b/app/src/main/java/code/name/monkey/retromusic/service/notification/PlayingNotificationOreo.kt
@@ -139,12 +139,8 @@ class PlayingNotificationOreo : PlayingNotification() {
}
private fun setBackgroundColor(color: Int) {
-
notificationLayout.setInt(R.id.image, "setBackgroundColor", color)
notificationLayoutBig.setInt(R.id.image, "setBackgroundColor", color)
-
- notificationLayout.setInt(R.id.foregroundImage, "setColorFilter", color)
- notificationLayoutBig.setInt(R.id.foregroundImage, "setColorFilter", color)
}
private fun setNotificationContent(dark: Boolean) {
diff --git a/app/src/main/res/layout/layout_notification_collapsed.xml b/app/src/main/res/layout/layout_notification_collapsed.xml
index cd3576df3..e8d97665d 100644
--- a/app/src/main/res/layout/layout_notification_collapsed.xml
+++ b/app/src/main/res/layout/layout_notification_collapsed.xml
@@ -23,14 +23,6 @@
android:scaleType="centerCrop"
tools:src="@tools:sample/avatars" />
-
-
+ android:paddingEnd="12dp"
+ android:paddingBottom="4dp">
-
-