Skip to content

Commit

Permalink
Merge pull request #565 from miPlodder/fixRegistrationSoftkeyboard
Browse files Browse the repository at this point in the history
fix: registration activity softkeyboard issue
  • Loading branch information
dilpreet2028 committed Feb 24, 2018
2 parents 405c7f0 + 70a0d96 commit 1baed14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/fragment_registration.xml
Expand Up @@ -12,6 +12,7 @@
<EditText android:id="@+id/et_account_number"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:hint="@string/account_number" />
</android.support.design.widget.TextInputLayout>

Expand All @@ -33,6 +34,7 @@
<EditText android:id="@+id/et_first_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:hint="@string/first_name" />
</android.support.design.widget.TextInputLayout>

Expand All @@ -43,6 +45,7 @@
<EditText android:id="@+id/et_last_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:hint="@string/last_name" />
</android.support.design.widget.TextInputLayout>

Expand Down

0 comments on commit 1baed14

Please sign in to comment.