与资源的数据绑定出错

时间:2016-07-30 03:24:30

标签: android data-binding android-databinding

我从Framlayout定制了cardView并绑定到xml中的文本:

 <****ValueCardView
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            bind:text="@{@string/about_mail_title}">

但它有错误:

Error:(54) No resource identifier found for attribute 'text' in package ****
Error:(16, 24) No resource found that matches the given name (at 'text' with value '@{@string/about_mail_title}').

我不明白我的错。

0 个答案:

没有答案