mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-04 07:41:40 -04:00
Merge #554
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user