Implement Android app with improved features: 1. Enhanced swipe controls for smoother movement 2. Improved 3D rotation with visual effects 3. Updated UI to match web app style

This commit is contained in:
Corey 2025-03-26 00:38:43 -04:00
parent 210a518ad5
commit c76cde0f1f
103 changed files with 4180 additions and 357 deletions

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="72dp"
android:height="72dp"
android:viewportWidth="108"
android:viewportHeight="108"
android:tint="#00FFFF">
<group
android:scaleX="0.6666667"
android:scaleY="0.6666667">
<path
android:fillColor="#000020"
android:pathData="M0,0h108v108h-108z"/>
<path
android:fillColor="#00FFFF"
android:pathData="M24,24h60v60h-60z"/>
<path
android:fillColor="#FF00FF"
android:pathData="M54,24h30v30h-30z"/>
</group>
</vector>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="72dp"
android:height="72dp"
android:viewportWidth="108"
android:viewportHeight="108"
android:tint="#00FFFF">
<group
android:scaleX="0.6666667"
android:scaleY="0.6666667">
<path
android:fillColor="#000020"
android:pathData="M0,0h108v108h-108z"/>
<path
android:fillColor="#00FFFF"
android:pathData="M24,24h60v60h-60z"/>
<path
android:fillColor="#FF00FF"
android:pathData="M54,24h30v30h-30z"/>
</group>
</vector>