mirror of
https://github.com/cmclark00/tetris-3d.git
synced 2025-05-22 17:35:20 +01:00
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:
parent
210a518ad5
commit
c76cde0f1f
103 changed files with 4180 additions and 357 deletions
21
android-app/app/src/main/res/mipmap-hdpi/ic_launcher.xml
Normal file
21
android-app/app/src/main/res/mipmap-hdpi/ic_launcher.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue