feat: added code scanning

This commit is contained in:
2026-06-09 14:39:08 +03:00
parent 1b0d535912
commit 6ef35b5fa2
3 changed files with 46 additions and 6 deletions
@@ -50,13 +50,26 @@
android:hint="Card name"
android:inputType="text" />
<EditText
android:id="@+id/cardValueInput"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="46dp"
android:ems="10"
android:hint="Card value"
android:inputType="text" />
android:layout_height="wrap_content"
android:orientation="horizontal">
<EditText
android:id="@+id/cardValueInput"
android:layout_width="259dp"
android:layout_height="46dp"
android:ems="10"
android:hint="Card value"
android:inputType="text" />
<Button
android:id="@+id/scanCodeButton"
android:layout_width="match_parent"
android:layout_height="38dp"
android:text="Scan" />
</LinearLayout>
<Spinner
android:id="@+id/cardCodeTypeSelector"