<android.support.v7.widget.CardView
android:id="@+id/card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/card_outer_padding"
android:layout_marginTop="@dimen/card_outer_padding"
android:layout_marginRight="@dimen/card_outer_padding"
android:layout_marginBottom='@{model.cardBottomMargin}'
android:foreground="?attr/selectableItemBackground"
android:onClick="@{model::onCardClick}"
app:cardElevation="2dp"
app:cardCornerRadius="2dp"
app:cardUseCompatPadding="true">
</android.support.v7.widget.CardView>
J'ai eu ce message d'erreur
Impossible de résoudre le symbole ?attr/selectableItemBackground
Valide les références de ressources à l'intérieur de Android fichiers XML.
<TextView
android:id="@+id/country_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="40dp"
android:text="@{model.name}"
style="@style/TextAppearance.AppCompat.Headline"
tools:text="Country"/>
Et, j'ai eu une erreur similaire pour le ci-dessus ainsi
Impossible de résoudre le symbole " @style/TextAppearance.AppCompat.Titre"
Valide les références de ressources à l'intérieur de Android fichiers XML.
Un pointeur serait génial! Merci!!!! Il semble être lié à ce thread , mais aucune solution n'a été fournie: