소스 검색

Add Themed / Monochrome App icons to QA & Dev versions

Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
Sébastien Delord 1 년 전
부모
커밋
db9700db68
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>