浏览代码

1.修改Android Apex Driver应用图标。

Pen Li 7 年之前
父节点
当前提交
8b68f2af3d
共有 38 个文件被更改,包括 16 次插入8 次删除
  1. 二进制
      ApexDrivers/apexdriverscn/src/main/ic_launcher-web.png
  2. 2 2
      ApexDrivers/apexdriverscn/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  3. 2 2
      ApexDrivers/apexdriverscn/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  4. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher.png
  5. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_forground.png
  6. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_round.png
  7. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher.png
  8. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_forground.png
  9. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_round.png
  10. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher.png
  11. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_forground.png
  12. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  13. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher.png
  14. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png
  15. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  16. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  17. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png
  18. 二进制
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  19. 4 0
      ApexDrivers/apexdriverscn/src/main/res/values/ic_launcher_background.xml
  20. 二进制
      ApexDrivers/apexdriversi/src/main/ic_launcher-web.png
  21. 2 2
      ApexDrivers/apexdriversi/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  22. 2 2
      ApexDrivers/apexdriversi/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  23. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher.png
  24. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_forground.png
  25. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_round.png
  26. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher.png
  27. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_forground.png
  28. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_round.png
  29. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher.png
  30. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_forground.png
  31. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  32. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher.png
  33. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png
  34. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  35. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  36. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png
  37. 二进制
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  38. 4 0
      ApexDrivers/apexdriversi/src/main/res/values/ic_launcher_background.xml

二进制
ApexDrivers/apexdriverscn/src/main/ic_launcher-web.png


+ 2 - 2
ApexDrivers/apexdriverscn/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <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" />
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_forground"/>
 </adaptive-icon>

+ 2 - 2
ApexDrivers/apexdriverscn/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <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" />
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_forground"/>
 </adaptive-icon>

二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png


+ 4 - 0
ApexDrivers/apexdriverscn/src/main/res/values/ic_launcher_background.xml

@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <color name="ic_launcher_background">#FFFFFF</color>
+</resources>

二进制
ApexDrivers/apexdriversi/src/main/ic_launcher-web.png


+ 2 - 2
ApexDrivers/apexdriversi/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <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" />
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_forground"/>
 </adaptive-icon>

+ 2 - 2
ApexDrivers/apexdriversi/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <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" />
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_forground"/>
 </adaptive-icon>

二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_round.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png


二进制
ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png


+ 4 - 0
ApexDrivers/apexdriversi/src/main/res/values/ic_launcher_background.xml

@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <color name="ic_launcher_background">#FFFFFF</color>
+</resources>