5

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() 幅

全幅を埋めて1行に表示するにはどうすればよいですか?

EditTextの幅に基づいていませんか?

ありがとう

4

0 に答える 0