-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
androidApp/src/androidMain/res/drawable/kotlinconf_notification_icon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |