mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
461353292b
Old launcher icon is still present and used in navigation drawer and possibly other places. Tested on API 26 and 22. Closes #1001
5 lines
267 B
XML
5 lines
267 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/ic_launcher_background"/>
|
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
|
</adaptive-icon> |