forked from omni/OmniCards
feat: added code scanning
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user