突然间,
布局xml文件中的@string无效。
一直说它找不到符号。
这是xml:
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="24dp"
**android:text="@string/warning_text"**/>
这是字符串引用:
<string name="warning_text">Are you sure you want to do this?</string>
当我创建另一个布局xml文件以支持其他活动时,会发生此错误。