prevent soft keyboard from opening automatically in EditProfileActivity

This commit is contained in:
Conny Duck 2018-04-11 19:15:22 +02:00
parent 066c46b2e4
commit 8a23f034f0
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusableInTouchMode="true"
android:orientation="vertical">
<RelativeLayout