什么是基于?
的EditText.setError()弹出宽度我的xml:
<EditText
android:id="@+id/link_existing_project_data"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="50dp"
android:hint="@string/link_existing_project_hint"
android:inputType="textCapCharacters"
android:paddingLeft="30dp"
android:paddingRight="30dp"
android:textSize="20dp" />
我得到了什么:
如何让它填满整个宽度,从而在一行显示?
它不是基于EditText宽度吗?
由于