Skip to content

Commit

Permalink
Merge pull request #24 from yashk2000/username-textield
Browse files Browse the repository at this point in the history
Fix #23 Make username a single-line text field, press next on keyboard to directly enter password field
  • Loading branch information
yashk2000 committed Jun 2, 2020
2 parents 870c62a + 7a16100 commit c73d8f2
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
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 c73d8f2

Please sign in to comment.