android全局变量设置

 我想添加一个新的控件

    <TextView

        android:id="@+id/textView1"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_below="@+id/textView3"

        android:text="@string/message" />

已经在string文件中添加了声明:

<string name="app_name">StringText</string>

    <string name="hello_world">Hello world!</string>

    <string name="action_settings">Settings</string>

    <string name="message">12334</string>

但还是提示错误:

[I18N] Hardcoded string "TextView", should use @string 

 resource

这个问题怎么解决呢???

AMCA
浏览 1393回答 1
1回答

溜达溜达

哪里提示的?是这行提示的吗?最好是有截图
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Android