Answer the question
In order to leave comments, you need to log in
How to fix error on android.support.design?
I have Edit text:
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/etPassword"
android:inputType="textPassword"
android:hint="Password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp" />
</android.support.design.widget.TextInputLayout>
Answer the question
In order to leave comments, you need to log in
I solved the problem, in the Activity it was necessary to set:
Theme = "@style/Theme.AppCompat.DayNight.NoActionBar"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question