Преглед на файлове

android: use adaptive icons

master
Saúl Ibarra Corretgé преди 6 години
родител
ревизия
0f77cf9e0c
променени са 18 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 5
    0
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  2. 5
    0
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  3. Двоични данни
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  4. Двоични данни
      android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  5. Двоични данни
      android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  6. Двоични данни
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  7. Двоични данни
      android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  8. Двоични данни
      android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  9. Двоични данни
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  10. Двоични данни
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  11. Двоични данни
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  12. Двоични данни
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  13. Двоични данни
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  14. Двоични данни
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  15. Двоични данни
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  16. Двоични данни
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  17. Двоични данни
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  18. 4
    0
      android/app/src/main/res/values/ic_launcher_background.xml

+ 5
- 0
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml Целия файл

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

+ 5
- 0
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml Целия файл

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

Двоични данни
android/app/src/main/res/mipmap-hdpi/ic_launcher.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-mdpi/ic_launcher.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png Целия файл


Двоични данни
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png Целия файл


+ 4
- 0
android/app/src/main/res/values/ic_launcher_background.xml Целия файл

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

Loading…
Отказ
Запис