feat: implement hold piece functionality with swipe up gesture

This commit is contained in:
cmclark00 2025-03-29 23:20:49 -04:00
parent 47c9bbddec
commit 53c46c9864
3 changed files with 151 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="2dp"
android:color="#FFFFFF" />
<solid android:color="#00000000" />
</shape>