554: Made name and ID inputs single-line r=TheLastProject a=franga2000

Since I already had the IDE open... (also still need that last Hacktoberfest PR 😅)

Fixes #553 

Co-authored-by: Miha Frangež <miha.frangez@gmail.com>
This commit is contained in:
bors[bot]
2021-10-27 21:39:37 +00:00
committed by GitHub

View File

@@ -97,7 +97,7 @@
android:id="@+id/storeNameEdit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
android:singleLine="true" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
@@ -121,7 +121,7 @@
android:id="@+id/cardIdView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
android:singleLine="true" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>