Răsfoiți Sursa

Updated launcher icon

Vadik Sirekanyan 2 ani în urmă
părinte
comite
1920777c88
34 a modificat fișierele cu 67 adăugiri și 4 ștergeri
  1. 1 0
      app/build.gradle.kts
  2. 23 0
      app/src/debug/res/drawable/ic_launcher_foreground.xml
  3. 6 0
      app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
  4. 6 0
      app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
  5. BIN
      app/src/debug/res/mipmap-hdpi/ic_launcher.webp
  6. BIN
      app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp
  7. BIN
      app/src/debug/res/mipmap-mdpi/ic_launcher.webp
  8. BIN
      app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp
  9. BIN
      app/src/debug/res/mipmap-xhdpi/ic_launcher.webp
  10. BIN
      app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp
  11. BIN
      app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp
  12. BIN
      app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp
  13. BIN
      app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp
  14. BIN
      app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp
  15. 4 0
      app/src/debug/res/values/colors.xml
  16. BIN
      app/src/main/ic_launcher-playstore.png
  17. 23 0
      app/src/main/res/drawable/ic_launcher_foreground.xml
  18. 2 2
      app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  19. 2 2
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  20. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.webp
  21. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
  22. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
  23. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher.webp
  24. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
  25. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
  26. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.webp
  27. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
  28. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
  29. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
  30. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
  31. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
  32. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
  33. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
  34. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp

+ 1 - 0
app/build.gradle.kts

@@ -29,6 +29,7 @@ android {
                 it.load(File("debug.properties").also(File::createNewFile).inputStream())
             }
             isDebuggable = props.getProperty("DEBUGGABLE").toBoolean()
+            applicationIdSuffix = ".debug"
             buildConfigField("boolean", "DEBUG", "true")
             listOf("DEBUG_SERVER1", "DEBUG_SERVER2").forEach { key ->
                 buildConfigField("String", key, props.getProperty(key)?.let { "\"$it\"" } ?: "null")

+ 23 - 0
app/src/debug/res/drawable/ic_launcher_foreground.xml

@@ -0,0 +1,23 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="108dp"
+    android:height="108dp"
+    android:viewportWidth="1024"
+    android:viewportHeight="1024">
+  <group android:scaleX="0.45833334"
+      android:scaleY="0.45833334"
+      android:translateX="277.33334"
+      android:translateY="277.33334">
+    <path
+        android:pathData="M512,1024L69,768L69,256L512,0L955,256L955,768Z"
+        android:fillColor="#5c4026"/>
+    <path
+        android:pathData="M290,896L69,768L69,256L512,0L955,256L955,512Z"
+        android:fillColor="#775433"/>
+    <path
+        android:pathData="M69,768L69,256L512,0L955,256Z"
+        android:fillColor="#976541"/>
+    <path
+        android:pathData="M69,512L69,256L512,0L734,128Z"
+        android:fillColor="#b67850"/>
+  </group>
+</vector>

+ 6 - 0
app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+    <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
+</adaptive-icon>

+ 6 - 0
app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+    <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
+</adaptive-icon>

BIN
app/src/debug/res/mipmap-hdpi/ic_launcher.webp


BIN
app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp


BIN
app/src/debug/res/mipmap-mdpi/ic_launcher.webp


BIN
app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp


BIN
app/src/debug/res/mipmap-xhdpi/ic_launcher.webp


BIN
app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp


BIN
app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp


BIN
app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp


BIN
app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp


BIN
app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp


+ 4 - 0
app/src/debug/res/values/colors.xml

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

BIN
app/src/main/ic_launcher-playstore.png


+ 23 - 0
app/src/main/res/drawable/ic_launcher_foreground.xml

@@ -0,0 +1,23 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="108dp"
+    android:height="108dp"
+    android:viewportWidth="1024"
+    android:viewportHeight="1024">
+  <group android:scaleX="0.45833334"
+      android:scaleY="0.45833334"
+      android:translateX="277.33334"
+      android:translateY="277.33334">
+    <path
+        android:pathData="M512,1024L69,768L69,256L512,0L955,256L955,768Z"
+        android:fillColor="#00504c"/>
+    <path
+        android:pathData="M290,896L69,768L69,256L512,0L955,256L955,512Z"
+        android:fillColor="#006862"/>
+    <path
+        android:pathData="M69,768L69,256L512,0L955,256Z"
+        android:fillColor="#008073"/>
+    <path
+        android:pathData="M69,512L69,256L512,0L734,128Z"
+        android:fillColor="#009987"/>
+  </group>
+</vector>

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

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
     <background android:drawable="@color/ic_launcher_background"/>
-    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
-    <monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
+    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+    <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
 </adaptive-icon>

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

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
     <background android:drawable="@color/ic_launcher_background"/>
-    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
-    <monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
+    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+    <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
 </adaptive-icon>

BIN
app/src/main/res/mipmap-hdpi/ic_launcher.webp


BIN
app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp


BIN
app/src/main/res/mipmap-hdpi/ic_launcher_round.webp


BIN
app/src/main/res/mipmap-mdpi/ic_launcher.webp


BIN
app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp


BIN
app/src/main/res/mipmap-mdpi/ic_launcher_round.webp


BIN
app/src/main/res/mipmap-xhdpi/ic_launcher.webp


BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp


BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp


BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher.webp


BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp


BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp


BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp


BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp


BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp