Измените Версию Материала 1.1.0 на 1.3.0

#android #styles #material-components-android #android-textinputlayout Вопрос: И мой второй вопрос : я использую TextInputLayout : <com.google.android.material.textfield.TextInputLayout style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColorHint="@color/LightBlue" android:theme="@style/ThemeOverlay.AppTheme.TextInputEditText.Outlined" app:boxStrokeColor="@color/selector" app:boxStrokeWidth="3dp" app:startIconTint="@color/white"> <com.google.android.material.textfield.TextInputEditText android:id="@ id/numberOfPlayer_txt" android:layout_width="match_parent" android:layout_height="wrap_content" android:focusable="true" android:focusableInTouchMode="true"…

Продолжить чтениеИзмените Версию Материала 1.1.0 на 1.3.0