<com.google.android.material.textfield.TextInputLayout
android:id="@+id/emailInput"
style="@style/Widget.Material3.TextInputEditText.FilledBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/_20sdp"
android:hint="Почта"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView">
<com.google.android.material.textfield.TextInputEditText android:id="@+id/emailInputText"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:inputType="textEmailAddress/>
<com.google.android.material.textfield.TextInputLayout>
всем привет, почему Input скрывается при вводе? <com.google.android.material.textfield.TextInputLayout android:id="@+id/emailInput" style="@style/Widget.Material3.TextInputEditText.FilledBox" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/_20sdp" android:hint="Почта" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/imageView"> <com.google.android.material.textfield.TextInputEditText android:id="@+id/emailInputText" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textEmailAddress/> <com.google.android.material.textfield.TextInputLayout>
скорее всего он белый
я точно цвета, которые там используются, не помню colorPrimary белый? посмотри это - https://material.io/components/text-fields/android#outlined-text-field
У меня он переопределен, не белый
Обсуждают сегодня