Răsfoiți Sursa

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

Pen Li 7 ani în urmă
părinte
comite
8b68f2af3d
38 a modificat fișierele cu 16 adăugiri și 8 ștergeri
  1. BIN
      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. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher.png
  5. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_forground.png
  6. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_round.png
  7. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher.png
  8. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_forground.png
  9. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_round.png
  10. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher.png
  11. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_forground.png
  12. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  13. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher.png
  14. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png
  15. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  16. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  17. BIN
      ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png
  18. BIN
      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. BIN
      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. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher.png
  24. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_forground.png
  25. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_round.png
  26. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher.png
  27. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_forground.png
  28. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_round.png
  29. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher.png
  30. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_forground.png
  31. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  32. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher.png
  33. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png
  34. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  35. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  36. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png
  37. BIN
      ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  38. 4 0
      ApexDrivers/apexdriversi/src/main/res/values/ic_launcher_background.xml

BIN
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>

BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-hdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-mdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xhdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxhdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher.png


BIN
ApexDrivers/apexdriverscn/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png


BIN
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>

BIN
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>

BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-hdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-mdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xhdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_forground.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xxhdpi/ic_launcher_round.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher.png


BIN
ApexDrivers/apexdriversi/src/main/res/mipmap-xxxhdpi/ic_launcher_forground.png


BIN
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>