When I go on a view, the keyboard open automaticaly on the first editText and my view is on a scrollView.
My editText:
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPersonName"
android:hint="@string/nom"
android:ems="25"
android:id="@+id/etNom"
android:textSize="20sp"
android:layout_marginTop="10dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginBottom="5dp"
android:background="@drawable/edit_text_custom"
android:padding="5dp"/>