Changed game icon
|
@ -1,32 +1,44 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="97.2"
|
||||
android:viewportHeight="97.2">
|
||||
<path
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="m49.05,22.5 l-6.37,5.01 -6.36,5.01 6.36,5.01 6.37,-5.01 3.73,2.94v8.3l-10.09,7.94v14.17h9L51.69,54.64l10.09,-7.95L61.78,32.52L55.41,27.51ZM42.69,69.41v7.09h9v-7.09z"
|
||||
android:strokeWidth="1"
|
||||
android:strokeColor="#00000000">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:endX=".5885"
|
||||
android:endY="90.9159"
|
||||
android:startX="48.7653"
|
||||
android:startY="61.0927"
|
||||
android:type="linear">
|
||||
<item
|
||||
android:color="#44000000"
|
||||
android:offset="0.0" />
|
||||
<item
|
||||
android:color="#00000000"
|
||||
android:offset="1.0" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="m48.6,21.6 l-6.37,5.01 -6.36,5.01 6.36,5.01 6.37,-5.01 3.73,2.94v8.3l-10.09,7.94v14.17h9V53.74l10.09,-7.95V31.62L54.96,26.61ZM42.24,68.51V75.6h9v-7.09z"
|
||||
android:strokeWidth="1" />
|
||||
</vector>
|
||||
android:width="200dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="520"
|
||||
android:viewportHeight="520">
|
||||
|
||||
<group
|
||||
android:translateY="155.89593"
|
||||
android:translateX="155.89593">
|
||||
<path
|
||||
android:fillColor="#ff5555"
|
||||
android:fillAlpha="0.9985"
|
||||
android:strokeAlpha="0.9985"
|
||||
android:strokeWidth="0.99940499"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M -4.8850694 0 H 214.8850706 V 23.208138 H -4.8850694 V 0 Z" />
|
||||
<path
|
||||
android:fillColor="#ff5555"
|
||||
android:fillAlpha="0.9985"
|
||||
android:strokeAlpha="0.9985"
|
||||
android:strokeWidth="0.99940499"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M -4.8850694 60 H 214.8850706 V 83.208138 H -4.8850694 V 60 Z" />
|
||||
<path
|
||||
android:fillColor="#55d400"
|
||||
android:fillAlpha="0.9985"
|
||||
android:strokeAlpha="0.9985"
|
||||
android:strokeWidth="0.99940499"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M -4.8850694 120 H 214.8850706 V 143.208138 H -4.8850694 V 120 Z" />
|
||||
<path
|
||||
android:fillColor="#ff5555"
|
||||
android:fillAlpha="0.9985"
|
||||
android:strokeAlpha="0.9985"
|
||||
android:strokeWidth="0.99940499"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeLineCap="round"
|
||||
android:pathData="M -4.8850694 180 H 214.8850706 V 203.208138 H -4.8850694 V 180 Z" />
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
@ -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/colorPrimary" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<background android:drawable="@color/colorIconBackground" />
|
||||
<foreground android:drawable="@mipmap/ic_logo" />
|
||||
</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/colorPrimary" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<background android:drawable="@color/colorIconBackground" />
|
||||
<foreground android:drawable="@mipmap/ic_logo" />
|
||||
</adaptive-icon>
|
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 1005 B |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 10 KiB |
|
@ -32,9 +32,11 @@ Contact us at <joguitos+pluck@luca0n.com>.
|
|||
<color name="colorAccent">#536DFE</color>
|
||||
<color name="colorTextPrimary">#212121</color>
|
||||
<color name="colorTextSecondary">#757575</color>
|
||||
<color name="colorText">#FFFFFF</color>
|
||||
<color name="colorText">#FFFFFF</color>
|
||||
|
||||
<color name="colorAccentRed">#D50000</color>
|
||||
<color name="colorAccentGreen">#00C853</color>
|
||||
<color name="colorAccentOrange">#E8681C</color>
|
||||
<color name="colorAccentOrange">#E8681C</color>
|
||||
|
||||
<color name="colorIconBackground">#057005</color>
|
||||
</resources>
|
||||
|
|