Skip to content

Commit

Permalink
Add adaptive icon.
Browse files Browse the repository at this point in the history
Big thanks to Michael Vogel for (re-)creating the
background image, and others on github for help
and advice - and sorry for not responding so long!
Fixes issue #87.
  • Loading branch information
rdoeffinger committed Apr 5, 2020
1 parent 4d45377 commit 73be426
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file modified images/icon.xcf
Binary file not shown.
5 changes: 5 additions & 0 deletions res/drawable-anydpi-v26/icon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/icon_background" />
<foreground android:drawable="@drawable/icon_foreground" />
</adaptive-icon>
Binary file added res/drawable-nodpi/icon_background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-nodpi/icon_foreground.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73be426

Please sign in to comment.