Skip to content

Commit

Permalink
Update notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Feb 27, 2025
1 parent 56453ad commit 818db79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MainActivity : ComponentActivity() {
val platformModule = platformModule(
activity = this,
application = application,
notificationIconId = R.mipmap.ic_launcher,
notificationIconId = R.drawable.kotlinconf_notification_icon,
)
setContent {
App(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M9.934,14.981L9.961,15.006L15.836,20.795C17.475,22.41 20.122,22.397 21.76,20.783C23.4,19.168 23.411,16.561 21.772,14.947L18.784,12.002L21.777,9.054C23.416,7.438 23.404,4.832 21.765,3.217C20.125,1.602 17.48,1.591 15.841,3.205L9.891,9.066C9.318,9.631 8.945,10.318 8.773,11.042C8.463,12.318 8.775,13.711 9.71,14.75C9.763,14.809 9.819,14.868 9.877,14.925L9.934,14.981ZM2.358,4.767C1.953,5.181 1.507,5.636 1,6.129C1.514,6.629 1.964,7.091 2.374,7.511C4.081,9.262 5.07,10.276 6.927,10.276C9.239,10.276 11.113,8.424 11.113,6.14C11.113,3.856 9.239,2.005 6.927,2.005C5.064,2.005 4.075,3.015 2.358,4.767Z"
android:fillColor="#000000"
android:fillType="evenOdd"/>
</vector>

0 comments on commit 818db79

Please sign in to comment.