Files
app_Settings/res/drawable/ic_launcher_settings.xml
Hyunyoung Song da6dac806b Change MaskableIconDrawable to AdaptiveIconDrawable
Test: $ make -j31 dist

Bug: 35399620
Change-Id: I2f6632ea31e23a46ef57af569eb55e5a42df5028
2017-02-17 11:34:49 -08:00

6 lines
260 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="?android:attr/colorAccent"/>
<foreground android:drawable="@mipmap/ic_launcher_settings"/>
</adaptive-icon>