Skip to content

Commit

Permalink
New icon
Browse files Browse the repository at this point in the history
Find me one person who likes the old one.
  • Loading branch information
Doomsdayrs committed Oct 6, 2022
1 parent a800d7d commit c3f790d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<application
android:allowBackup="false"
android:icon="@drawable/icon"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true">
<activity
Expand Down
Binary file added app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private NotificationCompat.Builder getNotification(NotificationManager notificat
}
return new NotificationCompat.Builder(this, DOWNLOAD_MODEL_CHANNEL_ID_VALUE)
.setContentTitle(getString(R.string.download_model_service_notification_title))
.setSmallIcon(R.drawable.icon)
.setSmallIcon(R.mipmap.ic_launcher)
.setAutoCancel(false)
.setProgress(DOWNLOAD_MODEL_MAX_PROGRESS, 0, false)
.setContentIntent(pendingIntent);
Expand Down
Binary file removed app/src/main/res/drawable-hdpi/icon.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-ldpi/icon.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/icon.png
Binary file not shown.
15 changes: 15 additions & 0 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108"
android:tint="#FFFFFF">
<group android:scaleX="2.61"
android:scaleY="2.61"
android:translateX="22.68"
android:translateY="22.68">
<path
android:fillColor="@android:color/white"
android:pathData="M12,17.27L18.18,21l-1.64,-7.03L22,9.24l-7.19,-0.61L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21z"/>
</group>
</vector>
4 changes: 4 additions & 0 deletions app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#527490</color>
</resources>

0 comments on commit c3f790d

Please sign in to comment.