prevent soft keyboard from opening automatically in EditProfileActivity

main
Conny Duck 7 years ago
parent 34318f929f
commit 11ccd93612
  1. 1
      app/src/main/res/layout/activity_edit_profile.xml

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

Loading…
Cancel
Save