Android TextInput Layout
TextInputLayout (Android Material Design ) is used to control over the visual aspects of any text input. TextInputLayout widget is included in the Design Support Library . For create TextInputLayout in android material design you have to import two libraries in project. First one is appcompace-v7 and second one is design support library . Follow the bellow steps for create TextInputLayout in Android. Step 1: Create Project a) Open Android Studio b) Go to File >New> New Project > Project Name > Next > Next > Next > Finish Step 2: Add Design Library Open build.gradle > add this line com.android.support:design:22.2.0' > Sync the gradle file . Like this dependencies { ...