Ver código fonte

android: use adaptive icons

master
Saúl Ibarra Corretgé 5 anos atrás
pai
commit
0f77cf9e0c

+ 5
- 0
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml Ver arquivo

@@ -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 Ver arquivo

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

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png Ver arquivo


BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png Ver arquivo


BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png Ver arquivo


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png Ver arquivo


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png Ver arquivo


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png Ver arquivo


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png Ver arquivo


+ 4
- 0
android/app/src/main/res/values/ic_launcher_background.xml Ver arquivo

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

Carregando…
Cancelar
Salvar