Skip to content

Commit

Permalink
Make username a single-line text field, press next on keyboard to dir…
Browse files Browse the repository at this point in the history
…ectly enter password field
  • Loading branch information
yashk2000 committed Mar 27, 2020
1 parent d443b2f commit 7a16100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visionppi/app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/input_username" android:id="@+id/et_username"
android:singleLine="true"
android:layout_marginBottom="@dimen/text_input_spacing"/>

<com.google.android.material.textfield.TextInputLayout
Expand Down

0 comments on commit 7a16100

Please sign in to comment.