Skip to content

Commit

Permalink
Moves adaptative icon back to background layer
Browse files Browse the repository at this point in the history
- Discussed with the WebAPK team and this is being considered to
be changed in the WebAPK side. Keeping the current llama-pack
behaviour.
  • Loading branch information
andreban committed Mar 3, 2020
1 parent ab59874 commit bd2b298
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt">
<background android:drawable="@android:color/white" />
<foreground>
<background>
<aapt:attr name="android:drawable">
<layer-list>
<item android:drawable="@android:color/white" />
Expand All @@ -27,5 +26,6 @@
android:bottom="12.75dp" />
</layer-list>
</aapt:attr>
</foreground>
</background>
<foreground android:drawable="@android:color/transparent" />
</adaptive-icon>

0 comments on commit bd2b298

Please sign in to comment.