IC_LAUNCHER_BACKGROUND_COLOR_NO_MONOCHROME_XML top-level constant

String const IC_LAUNCHER_BACKGROUND_COLOR_NO_MONOCHROME_XML

Android launcher background color with no monochrome xml

Implementation

const String IC_LAUNCHER_BACKGROUND_COLOR_NO_MONOCHROME_XML = '''
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
  <background android:drawable="@color/$ANDROID_ADAPTIVE_BACKGROUND_ICON_NAME"/>
  <foreground android:drawable="@mipmap/$ANDROID_ADAPTIVE_FOREGROUND_ICON_NAME"/>
</adaptive-icon>
''';