Add icon
@@ -13,6 +13,8 @@
|
||||
android:hardwareAccelerated="true"
|
||||
android:allowBackup="false"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
|
||||
android:networkSecurityConfig="@xml/network_security_config">
|
||||
|
||||
BIN
android/src/main/ic_launcher-playstore.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
14
android/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group android:scaleX="0.08748"
|
||||
android:scaleY="0.08748"
|
||||
android:translateX="10.26"
|
||||
android:translateY="10.26">
|
||||
<path
|
||||
android:pathData="M429.3,323.1L323,331.9c-29.4,2.4 -57.4,3.1 -74.4,2.4l6.9,83.3c18.2,-4 44.8,-7.4 73.8,-9.8l302.7,-25c29.4,-2.4 56.2,-3.5 74.8,-2.5l-6.9,-83.3c-16.6,3.5 -44.8,7.4 -74.2,9.8l-112.5,9.3l-2.3,-28.3c-1.2,-14.7 -1.2,-25.8 -0.1,-37.5l-90.2,7.4c3.1,12.5 5.1,22.3 6.3,37L429.3,323.1zM335.6,663.8c-30.4,2.5 -57.4,3.6 -76.9,2.6l6.9,83.3c20.3,-4.2 45.9,-7.5 76.3,-10l333.7,-27.5c29.4,-2.4 55.8,-3.4 75.7,-2.5l-6.9,-83.3c-19.1,4.1 -45.7,7.5 -75.1,9.9l-70.1,5.8c20.1,-62.3 31.8,-105.7 43.7,-160.4c10.7,-49.5 10.7,-49.5 14.5,-65.6L563.8,399c0,20.1 -2.1,34 -9.5,78.4c-10.9,64.1 -26,125.6 -41.2,171.7L335.6,663.8zM311,450c29.7,59.1 51.2,115.5 75.3,197.3l81.1,-35.6c-30.7,-88.2 -51.8,-140.2 -79.2,-197L311,450z"
|
||||
android:fillColor="#CE2828"/>
|
||||
</group>
|
||||
</vector>
|
||||
5
android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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"/>
|
||||
</adaptive-icon>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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"/>
|
||||
</adaptive-icon>
|
||||
BIN
android/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
android/src/main/res/mipmap-hdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
android/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
android/src/main/res/mipmap-mdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
android/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
android/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
android/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
android/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
4
android/src/main/res/values/ic_launcher_background.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#232B30</color>
|
||||
</resources>
|
||||