diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png index 2db55f8e..8433983a 100644 Binary files a/app/src/main/ic_launcher-web.png and b/app/src/main/ic_launcher-web.png differ diff --git a/app/src/main/java/net/schueller/peertube/service/VideoPlayerService.java b/app/src/main/java/net/schueller/peertube/service/VideoPlayerService.java index b4779485..8210b0c7 100644 --- a/app/src/main/java/net/schueller/peertube/service/VideoPlayerService.java +++ b/app/src/main/java/net/schueller/peertube/service/VideoPlayerService.java @@ -226,7 +226,7 @@ public Bitmap getCurrentLargeIcon(Player player, PlayerNotificationManager.Bitma } ); - playerNotificationManager.setSmallIcon(R.drawable.ic_peertube_bw); + playerNotificationManager.setSmallIcon(R.drawable.ic_logo_bw); // don't show skip buttons in notification playerNotificationManager.setUseNavigationActions(false); diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index 82a52c4d..5d8492b8 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,23 +1,23 @@ - + android:viewportWidth="292.8169" + android:viewportHeight="278.87323"> + @@ -26,7 +26,7 @@ android:strokeAlpha="1" android:strokeLineJoin="miter" android:strokeWidth="1.79270971" - android:fillColor="#1E88E5" + android:fillColor="#ffffff" android:strokeColor="#00000000" android:fillAlpha="1" android:strokeLineCap="butt"/> @@ -35,7 +35,7 @@ android:strokeAlpha="1" android:strokeLineJoin="miter" android:strokeWidth="0.41690993" - android:fillColor="#737373" + android:fillColor="#ffffff" android:strokeColor="#00000000" android:fillAlpha="1" android:strokeLineCap="butt"/> @@ -44,7 +44,7 @@ android:strokeAlpha="1" android:strokeLineJoin="miter" android:strokeWidth="0.41690993" - android:fillColor="#737373" + android:fillColor="#ffffff" android:strokeColor="#00000000" android:fillAlpha="1" android:strokeLineCap="butt"/> diff --git a/app/src/main/res/drawable/ic_logo.xml b/app/src/main/res/drawable/ic_logo.xml index 17b8b528..aa12ad7f 100644 --- a/app/src/main/res/drawable/ic_logo.xml +++ b/app/src/main/res/drawable/ic_logo.xml @@ -1,5 +1,5 @@ @@ -7,15 +7,15 @@ android:pathData="M40.049,33.472H143.216c4.123,0 7.442,3.319 7.442,7.442v98.075c0,4.123 -3.319,7.442 -7.442,7.442H40.049c-4.123,0 -7.442,-3.319 -7.442,-7.442v-98.075c0,-4.123 3.319,-7.442 7.442,-7.442z" android:strokeAlpha="1" android:strokeWidth="3" - android:fillColor="#ececec" - android:fillAlpha="0" + android:fillColor="#1E88E5" + android:fillAlpha="1" android:strokeColor="#211f20"/> @@ -24,7 +24,7 @@ android:strokeAlpha="1" android:strokeLineJoin="miter" android:strokeWidth="1.79270971" - android:fillColor="#1E88E5" + android:fillColor="#ffffff" android:strokeColor="#00000000" android:fillAlpha="1" android:strokeLineCap="butt"/> @@ -33,7 +33,7 @@ android:strokeAlpha="1" android:strokeLineJoin="miter" android:strokeWidth="0.41690993" - android:fillColor="#737373" + android:fillColor="#ffffff" android:strokeColor="#00000000" android:fillAlpha="1" android:strokeLineCap="butt"/> @@ -42,7 +42,7 @@ android:strokeAlpha="1" android:strokeLineJoin="miter" android:strokeWidth="0.41690993" - android:fillColor="#737373" + android:fillColor="#ffffff" android:strokeColor="#00000000" android:fillAlpha="1" android:strokeLineCap="butt"/> diff --git a/app/src/main/res/drawable/ic_logo_bw.xml b/app/src/main/res/drawable/ic_logo_bw.xml new file mode 100644 index 00000000..64753822 --- /dev/null +++ b/app/src/main/res/drawable/ic_logo_bw.xml @@ -0,0 +1,49 @@ + + + + + + + diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index 10c9c4d1..b5eb491f 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index e428b5fb..f3dddcef 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index f5b2a4f7..9b37dc9e 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index e94f9ef8..855b1c6b 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 9b607a46..e67bf729 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index 3cbfec1c..a10762d5 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 29d9f447..cc5ab092 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 197d0bce..76d4829f 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 975e1469..c1f6e51f 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index e220da39..7299af5b 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ