TextInputLayout error alignment issue with AppCompat Spinner
问题 I am using an app which displays a drop down Spinner with an EditText as a child of TextInputLayout next to it. When an underlined error is shown under the TextInputLayout , then the EditText will go up, and alignment will miss !! See my screenshot please: What I am trying to do is: Here is my xml code: <LinearLayout android:layout_width="@dimen/edittext_width" android:layout_height="wrap_content" android:orientation="horizontal" android:gravity="bottom"> <android.support.v7.widget