crkl/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.xml
ilia c351858749 Update project configuration files and enhance documentation
- Updated `.gitignore` and `.cursorignore` to exclude additional build artifacts and temporary files.
- Enhanced `.cursorrules` with comprehensive AI guidelines and best practices.
- Improved `.notes/directory_structure.md` to reflect the current project structure and module organization.
- Updated `ARCHITECTURE.md` to include new insights on the system's modular design and privacy-first approach.
- Refined `README.md` for clarity on project setup and usage instructions.
- Added new entries in `.notes/meeting_notes.md` to document recent progress and decisions.
- Ensured all changes align with the project's privacy and security standards.
2025-10-18 14:32:33 -04:00

23 lines
826 B
XML

<?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">
<group
android:scaleX="0.5"
android:scaleY="0.5"
android:translateX="27"
android:translateY="27">
<!-- Circle shape representing the "circle to select" gesture -->
<path
android:fillColor="#FFFFFF"
android:pathData="M54,10 A44,44 0 1,1 54,98 A44,44 0 1,1 54,10 Z M54,20 A34,34 0 1,0 54,88 A34,34 0 1,0 54,20 Z"/>
<!-- AI sparkle/star in center -->
<path
android:fillColor="#03DAC6"
android:pathData="M54,40 L58,50 L68,54 L58,58 L54,68 L50,58 L40,54 L50,50 Z"/>
</group>
</vector>