Initial commit

This commit is contained in:
PhongMacbook
2025-12-22 18:05:45 +07:00
commit ab2856c82c
28 changed files with 1164 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<?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">
<!-- Cake base -->
<path
android:fillColor="#8B4513"
android:pathData="M24,70 L84,70 L84,85 Q54,95 24,85 Z"/>
<!-- Cake middle layer -->
<path
android:fillColor="#FFC0CB"
android:pathData="M27,55 L81,55 L84,70 L24,70 Z"/>
<!-- Cake top layer -->
<path
android:fillColor="#FFFFFF"
android:pathData="M30,40 L78,40 L81,55 L27,55 Z"/>
<!-- Cherry on top -->
<path
android:fillColor="#FF0000"
android:pathData="M54,32 m-8,0 a8,8 0 1,1 16,0 a8,8 0 1,1 -16,0"/>
<!-- Candle -->
<path
android:fillColor="#FFD700"
android:pathData="M52,25 L56,25 L56,40 L52,40 Z"/>
<!-- Flame -->
<path
android:fillColor="#FF4500"
android:pathData="M54,18 Q58,22 54,25 Q50,22 54,18"/>
</vector>