This commit is contained in:
Anders Jenbo 2025-08-11 19:20:37 -04:00 committed by Kylie C
parent efbe78e7d9
commit 82dbc26c30
16 changed files with 157 additions and 0 deletions

View File

@ -33,6 +33,8 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:hardwareAccelerated="true"

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,141 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="180"
android:viewportHeight="180">
<group android:scaleX="0.47"
android:scaleY="0.47"
android:translateX="47.7"
android:translateY="47.7">
<path
android:pathData="M16.09,16.09m-16.09,0a16.09,16.09 0,1 1,32.18 0a16.09,16.09 0,1 1,-32.18 0"
android:strokeWidth="6.09858"
android:fillColor="#ffff00"/>
<path
android:pathData="M9.23,38.09L9.23,65.53"
android:strokeLineJoin="round"
android:strokeWidth="9.15"
android:fillColor="#ffff00"
android:strokeColor="#ffff00"
android:strokeLineCap="round"/>
<path
android:pathData="m66.61,9.11l-27.44,0"
android:strokeLineJoin="round"
android:strokeWidth="9.15"
android:fillColor="#ffff00"
android:strokeColor="#ffff00"
android:strokeLineCap="round"/>
<path
android:pathData="M21.86,39.44 L29.29,61.95"
android:strokeLineJoin="round"
android:strokeWidth="9.15"
android:fillColor="#ffff00"
android:strokeColor="#ffff00"
android:strokeLineCap="round"/>
<path
android:pathData="m33.06,32.76 l19.56,13.39"
android:strokeLineJoin="round"
android:strokeWidth="9.15"
android:fillColor="#ffff00"
android:strokeColor="#ffff00"
android:strokeLineCap="round"/>
<path
android:pathData="m38.74,20.71 l22.48,7.51"
android:strokeLineJoin="round"
android:strokeWidth="9.15"
android:fillColor="#ffff00"
android:strokeColor="#ffff00"
android:strokeLineCap="round"/>
<path
android:pathData="M31.84,157.94l131.47,0l0,18.05l-131.47,0z"
android:strokeLineJoin="round"
android:strokeWidth="8.01"
android:fillColor="#ffff00"
android:strokeColor="#ffff00"
android:strokeLineCap="butt"/>
<path
android:pathData="M31.84,79.75l131.47,0l0,18.05l-131.47,0z"
android:strokeLineJoin="round"
android:strokeWidth="8.01"
android:fillColor="#ffff00"
android:strokeColor="#ffff00"
android:strokeLineCap="butt"/>
<path
android:pathData="M31.84,131.88l131.47,0l0,18.05l-131.47,0z"
android:strokeLineJoin="round"
android:strokeWidth="8.01"
android:fillColor="#ff0000"
android:strokeColor="#ff0000"
android:strokeLineCap="butt"/>
<path
android:pathData="M31.84,105.81l131.47,0l0,18.05l-131.47,0z"
android:strokeLineJoin="round"
android:strokeWidth="8.01"
android:fillColor="#0000ff"
android:strokeColor="#0000ff"
android:strokeLineCap="butt"/>
<path
android:pathData="M70.06,80.85l55.04,0l0,68.99l-55.04,0z"
android:strokeLineJoin="miter"
android:strokeWidth="8.91"
android:fillColor="#000000"
android:strokeColor="#000000"
android:strokeLineCap="butt"/>
<path
android:pathData="M72.74,85.31l20.36,0l0,24.52l-20.36,0z"
android:strokeLineJoin="round"
android:strokeWidth="3.04"
android:fillColor="#00ffff"
android:strokeColor="#00ffff"
android:strokeLineCap="butt"/>
<path
android:pathData="M101.96,85.31l20.36,0l0,24.52l-20.36,0z"
android:strokeLineJoin="round"
android:strokeWidth="3.04"
android:fillColor="#00ffff"
android:strokeColor="#00ffff"
android:strokeLineCap="butt"/>
<path
android:pathData="M72.89,116.22l20.06,0l0,30.02l-20.06,0z"
android:strokeLineJoin="round"
android:strokeWidth="3.34"
android:fillColor="#00ffff"
android:strokeColor="#00ffff"
android:strokeLineCap="butt"/>
<path
android:pathData="M102.11,116.22l20.06,0l0,30.02l-20.06,0z"
android:strokeLineJoin="round"
android:strokeWidth="3.34"
android:fillColor="#00ffff"
android:strokeColor="#00ffff"
android:strokeLineCap="butt"/>
<path
android:pathData="M131.19,7.33L131.19,55.6"
android:strokeLineJoin="round"
android:strokeWidth="4.57"
android:fillColor="#ff0000"
android:strokeColor="#000000"
android:strokeLineCap="round"/>
<path
android:pathData="m111.99,3.21 l38.38,29.26"
android:strokeLineJoin="round"
android:strokeWidth="4.57"
android:fillColor="#ff0000"
android:strokeColor="#000000"
android:strokeLineCap="round"/>
<path
android:pathData="m115.82,19.64 l30.2,23.02"
android:strokeLineJoin="round"
android:strokeWidth="4.57"
android:fillColor="#ff0000"
android:strokeColor="#000000"
android:strokeLineCap="round"/>
<path
android:pathData="M19.99,75.94H173.06L150.4,51.32h-7.63l-5.02,6.19h-7.47l-4.27,-8.06h-7.59l-4.57,8.06h-8l-4.69,-8.06h-7.44l-4.18,8.06h-8.45l-3.9,-8.06h-7.23l-4.36,8.06h-8.61l-5.45,-6.19h-6.08z"
android:strokeLineJoin="round"
android:strokeWidth="3.04929"
android:fillColor="#ff0000"
android:strokeColor="#ff0000"
android:strokeLineCap="butt"/>
</group>
</vector>

View 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>

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#39A0D9</color>
</resources>