DROID-3537 App | Tech | Update app icon (#2280)
14
app/src/debug/res/drawable/ic_app_launcher_background.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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="1.01"
|
||||
android:scaleY="1.01"
|
||||
android:translateX="-0.54"
|
||||
android:translateY="-0.54">
|
||||
<path android:fillColor="@color/white"
|
||||
android:pathData="M0,0h108v108h-108z"/>
|
||||
</group>
|
||||
</vector>
|
20
app/src/debug/res/drawable/ic_app_launcher_foreground.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="110"
|
||||
android:viewportHeight="110">
|
||||
<group android:scaleX="1.01"
|
||||
android:scaleY="1.01"
|
||||
android:translateX="-0.55"
|
||||
android:translateY="-0.55">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h110v110h-110z"/>
|
||||
<path
|
||||
android:pathData="M62.5,45.43V38H41.5V45.5L62.5,45.43ZM62.5,45.5H70.5V72H62.5V45.5ZM48.5,72.5C54.58,72.5 59.5,67.58 59.5,61.5C59.5,55.42 54.58,50.5 48.5,50.5C42.42,50.5 37.5,55.42 37.5,61.5C37.5,67.58 42.42,72.5 48.5,72.5Z"
|
||||
android:fillType="evenOdd"
|
||||
android:fillColor="#000000">
|
||||
</path>
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
6
app/src/debug/res/mipmap-anydpi-v26/ic_app_launcher.xml
Normal file
|
@ -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="@drawable/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -22,7 +22,7 @@
|
|||
android:name="com.anytypeio.anytype.app.AndroidApplication"
|
||||
android:allowBackup="false"
|
||||
android:fullBackupContent="@xml/my_backup_rules"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@mipmap/ic_app_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
|
|
5
app/src/main/res/mipmap-anydpi-v26/ic_app_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_app_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_app_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_app_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_app_launcher_foreground"/>
|
||||
</adaptive-icon>
|
BIN
app/src/main/res/mipmap-hdpi/ic_app_launcher.webp
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_app_launcher_foreground.webp
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_app_launcher_round.webp
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_app_launcher.webp
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_app_launcher_foreground.webp
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_app_launcher_round.webp
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_app_launcher.webp
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_app_launcher_foreground.webp
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_app_launcher_round.webp
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_app_launcher.webp
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_app_launcher_foreground.webp
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_app_launcher_round.webp
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_app_launcher.webp
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_app_launcher_foreground.webp
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_app_launcher_round.webp
Normal file
After Width: | Height: | Size: 16 KiB |
4
app/src/main/res/values/ic_app_launcher_background.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_app_launcher_background">#000000</color>
|
||||
</resources>
|