mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-22 12:35:27 +01:00
feat: implement hold piece functionality with swipe up gesture
This commit is contained in:
parent
47c9bbddec
commit
53c46c9864
3 changed files with 151 additions and 0 deletions
8
app/src/main/res/drawable/preview_border.xml
Normal file
8
app/src/main/res/drawable/preview_border.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue