Я получил ошибки компиляции в классе активности, в котором написано "идентификатор edit_password не найден", а также другие идентификаторы в том же файле .a xml. Кто-нибудь знает почему?
<android.support.design.widget.TextInputLayout
android:layout_marginTop="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/basic_button_background"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
>
<android.support.design.widget.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
app:passwordToggleEnabled="true"
android:id="@+id/edit_password"
android:textSize="@dimen/margin_padding_size_medium"
android:privateImeOptions="@string/abc_action_mode_done"
/>
</android.support.design.widget.TextInputLayout>