MyProject/res/values/strings.xml |
<?xml version"utf-8"?><resources> <string name="title">My Application</string> <string name="hello_world">Hello World!</string></resources> |
<?xml version"utf-8"?><resources> <string name="title">Mi Aplicación</string> <string name="hello_world">Hola Mundo!</string></resources> |
<?xml version"utf-8"?><resources> <string name="title">Mon Application</string> <string name="hello_world">Bonjour le monde !</string></resources> |
// Get a string resource from your app's ResourcesString hello = |
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/hello_world" /> |
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |