فهرست منبع

Merge pull request #12570 from sebastien46/master

Feat: Add Themed / Monochrome App icons to QA & Dev versions
Andy Scherzinger 1 سال پیش
والد
کامیت
4a5fb082da
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      app/src/qa/res/mipmap-anydpi-v26/ic_launcher.xml
  2. 1 0
      app/src/versionDev/res/mipmap-anydpi-v26/ic_launcher.xml

+ 1 - 0
app/src/qa/res/mipmap-anydpi-v26/ic_launcher.xml

@@ -2,4 +2,5 @@
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
     <background android:drawable="@drawable/ic_launcher_background" />
     <foreground android:drawable="@drawable/ic_launcher_foreground" />
+    <monochrome android:drawable="@drawable/ic_launcher_foreground" />
 </adaptive-icon>

+ 1 - 0
app/src/versionDev/res/mipmap-anydpi-v26/ic_launcher.xml

@@ -2,4 +2,5 @@
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
     <background android:drawable="@drawable/ic_launcher_background"/>
     <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+    <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
 </adaptive-icon>