设置EditText.setError()的宽度弹出Android

时间:2012-11-09 16:08:14

标签: android android-layout

什么是基于?

的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" />

我得到了什么:

setError() width

如何让它填满整个宽度,从而在一行显示?

它不是基于EditText宽度吗?

由于

0 个答案:

没有答案