feat: added editing cards feature

This commit is contained in:
2026-06-10 11:50:09 +03:00
parent ab4dffd877
commit a5e25d3c19
8 changed files with 93 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
android:screenOrientation="portrait"
android:exported="false" />
<activity
android:name=".AddCardActivity"
android:name=".EditCardActivity"
android:screenOrientation="portrait"
android:exported="false" />
<activity