Skip to content

Instantly share code, notes, and snippets.

@r9software
Created June 26, 2017 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r9software/db39f2ce64113f0d30e3489b3d7894b9 to your computer and use it in GitHub Desktop.
Save r9software/db39f2ce64113f0d30e3489b3d7894b9 to your computer and use it in GitHub Desktop.
Floating labels on text Inputs
<android.support.design.widget.TextInputLayout
android:id="@+id/input_layout_password"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/input_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/hint_email" />
</android.support.design.widget.TextInputLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment