Skip to content

Instantly share code, notes, and snippets.

@fnzainal
Created November 28, 2015 00:13
Show Gist options
  • Save fnzainal/d3f82eda496f2d5bff73 to your computer and use it in GitHub Desktop.
Save fnzainal/d3f82eda496f2d5bff73 to your computer and use it in GitHub Desktop.
EditText with material design
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/etThink"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="what do you think?"
/>
</android.support.design.widget.TextInputLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment