Created
November 28, 2015 00:13
-
-
Save fnzainal/d3f82eda496f2d5bff73 to your computer and use it in GitHub Desktop.
EditText with material design
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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