mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-20 22:48:48 +00:00
Use resource alias for launcher icon on API 21-25
This commit is contained in:
4
app/src/main/res/values-anydpi-v21/drawable.xml
Normal file
4
app/src/main/res/values-anydpi-v21/drawable.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<drawable name="ic_launcher">@drawable/ic_logo</drawable>
|
||||
</resources>
|
Reference in New Issue
Block a user