Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Default material edit text
https://material.io/develop/android/components/tex...
Or simpler
<android.support.design.widget.TextInputLayout
android:id="@+id/text_input_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Label">
<EditText
android:id="@+id/edit_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text" />
</android.support.design.widget.TextInputLayout>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question