Nie można rozwiązać zasobu @id/visible
podczas używania TextInputLayout
naappcompat-v7:25.x.x
Wypróbowałem poniższe kroki, ale problem nadal występuje:
- Przebuduj projekt
- Wyczyść i odbuduj projekt
- Wyczyść pamięć podręczną i uruchom ponownie Android Studio
Poniżej znajduje się kod w pliku układu.
<android.support.design.widget.TextInputLayout
android:id="@+id/tilFirstName"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.design.widget.TextInputEditText
android:id="@+id/etFirstName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/first_name"
android:inputType="textPersonName"/>
</android.support.design.widget.TextInputLayout>
Poniżej znajduje się komunikat wyświetlany w Android Studio
Problemy z renderowaniem.
Nie udało się rozwiązać zasobu
@id/visible
Wskazówka: spróbuj odświeżyć układ.
UWAGA: @id/visible
nie występuje w kodzie.
android:id="@id/visible"
widok?