嗨,当我查看此文件的 graphics.layout 时遇到问题
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="this is main text" />
</LinearLayout>
当我查看此 xml 文件的图形布局时,此警告显示 [I18N] 硬编码字符串“这是正文”,应该使用 @string 资源,但我不想声明字符串有效我想显示此“这是正文” " 不声明字符串