Updated Unciv Android icons
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/uncivicon_back"/>
|
||||
<foreground android:drawable="@mipmap/uncivicon_fore"/>
|
||||
<background android:drawable="@color/uncivicon_background"/>
|
||||
<foreground android:drawable="@mipmap/uncivicon_foreground"/>
|
||||
</adaptive-icon>
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/uncivicon_back"/>
|
||||
<foreground android:drawable="@mipmap/uncivicon_fore"/>
|
||||
<background android:drawable="@color/uncivicon_background"/>
|
||||
<foreground android:drawable="@mipmap/uncivicon_foreground"/>
|
||||
</adaptive-icon>
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.7 KiB |
BIN
android/res/mipmap-hdpi/uncivicon_foreground.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
android/res/mipmap-mdpi/uncivicon_foreground.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
android/res/mipmap-xhdpi/uncivicon_foreground.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
BIN
android/res/mipmap-xxhdpi/uncivicon_foreground.png
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
BIN
android/res/mipmap-xxxhdpi/uncivicon_foreground.png
Normal file
After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |
4
android/res/values/uncivicon_background.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="uncivicon_background">#DBCEB5</color>
|
||||
</resources>
|