extra: Fix DocumentsUI icon overlay

cm-14.1
Nolen Johnson 5 years ago
parent 3b0e6ca7e5
commit 28da1be2cb
  1. 2
      overlay/packages/apps/DocumentsUI/res/mipmap-anydpi/ic_launcher.xml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/app_icon_background"/> <background android:drawable="@*android:color/accent_device_default_light"/>
<foreground android:drawable="@mipmap/ic_foreground"/> <foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon> </adaptive-icon>
Loading…
Cancel
Save