Basic usage

suggest change

It is the basic usage of the TextInputLayout.

Make sure to add the dependency in the build.gradle file as described in the remarks section.

Example:

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

    <EditText
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:hint="@string/username"/>

</android.support.design.widget.TextInputLayout>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents