智慧并不产生于学历,而是来自对于知识的终生不懈的追求。这篇文章主要讲述Android字符串在strings.xml文件的定义和使用相关的知识,希望能为你提供帮助。
路径:res/values/strings.xml
定义示例:
1 < resources> 2< string name="app_name"> SzLib< /string> 3< string name="address"> 广东省深圳市福田区福中一路2001号< /string> 4< string name="website"> https://www.szlib.org.cn< /string> 5< string name="email"> [email protected]< /string> 6< string name="phone_number"> 0755-82841212< /string> 7 < /resources>
引用示例:
1 < ?xml version="1.0" encoding="utf-8"?> 2 < LinearLayout 3xmlns:android="http://schemas.android.com/apk/res/android" 4xmlns:tools="http://schemas.android.com/tools" 5android:layout_width="match_parent" 6android:layout_height="match_parent" 7tools:context="com.example.administrator.szlib.MainActivity" 8android:orientation="vertical"> 9 10 11< TextView 12android:layout_width="wrap_content" 13android:layout_height="wrap_content" 14android:text="@string/phone_number"/> 15 16 17 < /LinearLayout>
Android字符串资源及其格式化
Android中的字符串
【Android字符串在strings.xml文件的定义和使用】
推荐阅读
- CSAPP第二個實驗bomblab
- 记一次踩坑(使用ksoap-android时造成的okhttp依赖冲突问题)
- create-react-app遇到的问题及解决方法
- Android中ListView异步加载图片错位重复闪烁问题分析及解决方案
- 通过ApplicationContextAware加载Spring上下文环境
- android 内存
- appium验证码输入笔记
- Latex字体大小和样式用法介绍
- xp系统Excel输入身份证号无法显示的处理办法