mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Use coloured app icon for splash
This commit is contained in:
parent
bb84a4c81c
commit
7f2a9ec346
1 changed files with 8 additions and 13 deletions
|
@ -1,13 +1,8 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:tint="@color/splashIcon"
|
||||
android:height="256dp"
|
||||
android:width="256dp"
|
||||
android:viewportHeight="338.67"
|
||||
android:viewportWidth="338.67">
|
||||
<path android:fillColor="#ffffff"
|
||||
android:pathData="m186.14,2.02c-2.55,0.2 -4.2,2.82 -5.7,8.51 -1.18,4.45 -2.33,5.57 0.52,22.71 1.86,11.2 -79.34,63.45 -74.11,76.91 5.23,13.46 8.13,30.06 -7.26,51.86 -15.39,21.79 -30.39,48.19 -18.35,93.69 11.64,43.99 81.16,46.34 81.16,46.34 0,0 70.49,2 92.02,-45.34 34.37,-75.55 -28.64,-96.23 -20.31,-113.71 18.76,-39.35 -29.03,-44.74 -13.18,-68.79 10.15,-15.39 9.15,-39.97 -11.13,-56.08 -12.68,-10.07 -19.41,-16.44 -23.65,-16.1zM191.31,21.61c2.53,-0.13 7.6,5.25 11.93,11.03 14.68,19.57 4.38,26.99 4.85,30.29 10.12,-5.73 5.96,-23.75 8.23,-9.82 3,18.42 -10.55,22.47 -12.36,32.29 -2.82,15.31 3.83,18.9 14.4,34.58 16.84,24.98 -3.4,32.22 0.57,44.55 3.97,12.33 39.21,24.83 28.05,75.29 -11.16,50.47 -54.38,53.57 -95.1,55.28 -26.12,1.1 -68.14,-30.31 -61.71,-73.97 4.88,-33.12 16.64,-34.4 39.63,-60.46 46.86,-53.12 -18.89,-40.91 34.47,-85.38 21.92,-18.28 30.92,-28.47 27.31,-40.95 -2.66,-9.18 -2.23,-12.62 -0.26,-12.73z"
|
||||
android:strokeColor="#00000000" android:strokeLineCap="butt"
|
||||
android:strokeLineJoin="miter" android:strokeWidth="0.264583"/>
|
||||
<path android:fillColor="#ffffff"
|
||||
android:pathData="m146.73,258.87v-93.22l7.87,30.73 -62.74,-116.59h49.02l28.19,66.04h1.02l28.45,-66.04h48.26l-62.99,116.59 7.87,-30.73 -0.25,93.22z" android:strokeWidth="0.264583"/>
|
||||
</vector>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="@mipmap/ic_launcher_round"
|
||||
android:width="160dp"
|
||||
android:height="160dp"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue