mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Add themed app icon support
This commit is contained in:
parent
ce1ff41f46
commit
83e47c984a
2 changed files with 2 additions and 0 deletions
|
|
@ -2,4 +2,5 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@android:color/black"/>
|
||||
<foreground android:drawable="@drawable/ic_foreground_nix"/>
|
||||
<monochrome android:drawable="@drawable/ic_foreground_nix"/>
|
||||
</adaptive-icon>
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@android:color/black"/>
|
||||
<foreground android:drawable="@drawable/ic_foreground_nix"/>
|
||||
<monochrome android:drawable="@drawable/ic_foreground_nix"/>
|
||||
</adaptive-icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue