EditText TextInput Field

 EditText TextInput Field ;

<com.google.android.material.textfield.TextInputLayout
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:endIconMode="clear_text"
android:hint="Name">

<com.google.android.material.textfield.TextInputEditText
android:id="@+id/name"
android:inputType="textPersonName"
android:maxLength="20"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>

</com.google.android.material.textfield.TextInputLayout>

Comments

Popular posts from this blog

Navigation And Bottom Font Style

Flutter Native Splash