Н
<!-- Remove Auto focus from EditText -->
<LinearLayout
android:orientation="vertical"
android:layout_width="0px"
android:layout_height="0px"
android:focusable="true"
android:focusableInTouchMode="true" />
android:focusable="true"
android:focusableInTouchMode="true"
в TextInputLayout - работает, спасибо