Kaynağa Gözat

android: use adaptive icons

j8
Saúl Ibarra Corretgé 5 yıl önce
ebeveyn
işleme
0f77cf9e0c

+ 5
- 0
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png Dosyayı Görüntüle


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png Dosyayı Görüntüle


+ 4
- 0
android/app/src/main/res/values/ic_launcher_background.xml Dosyayı Görüntüle

@@ -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…
İptal
Kaydet