mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-28 13:11:08 +01:00
Adds alternative drawable resource
This commit is contained in:
parent
aaa92279ca
commit
61a44dbfa8
1 changed files with 5 additions and 0 deletions
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Normal file
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Normal file
|
|
@ -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="@mipmap/ic_background"/>
|
||||||
|
<foreground android:drawable="@mipmap/ic_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue