Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67c96126 authored by Peter Cai's avatar Peter Cai
Browse files

ui: wizard: Restrict inputs to single lines

parent 39b40f9b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
            android:hint="@string/profile_download_server">

            <com.google.android.material.textfield.TextInputEditText
                android:maxLines="1"
                android:inputType="text"
                android:layout_width="match_parent"
                android:layout_height="match_parent" />

@@ -44,6 +46,7 @@
            android:hint="@string/profile_download_code">

            <com.google.android.material.textfield.TextInputEditText
                android:maxLines="1"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:inputType="textPassword" />
@@ -57,6 +60,7 @@
            android:hint="@string/profile_download_confirmation_code">

            <com.google.android.material.textfield.TextInputEditText
                android:maxLines="1"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:inputType="textPassword" />
@@ -73,6 +77,7 @@
            app:passwordToggleEnabled="true">

            <com.google.android.material.textfield.TextInputEditText
                android:maxLines="1"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:inputType="textPassword" />