Edittext设置错误两次

时间:2016-09-21 12:21:21

标签: android android-edittext android-textinputlayout

我在EditText显示错误时显示两次图标。

enter image description here

xml文件

<android.support.design.widget.TextInputLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp">

            <EditText
                android:id="@+id/edt_pass"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:hint="Password"
                android:inputType="textPassword|textNoSuggestions"
                android:longClickable="false"
                android:singleLine="true"
                android:textSize="@dimen/text_size_medium" />
        </android.support.design.widget.TextInputLayout>

错误图标在设计24.2.0中显示两次

0 个答案:

没有答案