這篇文章主要講解了“Android中的string.xml文件怎么使用”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“Android中的string.xml文件怎么使用”吧!
成都創(chuàng)新互聯(lián)公司是一家專注于成都做網(wǎng)站、網(wǎng)站設(shè)計、外貿(mào)營銷網(wǎng)站建設(shè)與策劃設(shè)計,麗水網(wǎng)站建設(shè)哪家好?成都創(chuàng)新互聯(lián)公司做網(wǎng)站,專注于網(wǎng)站建設(shè)十年,網(wǎng)設(shè)計領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:麗水等地區(qū)。麗水做網(wǎng)站價格咨詢:135182197921.在程序中獲取string.xml中字符串和數(shù)值
Hello World, MainActivity! TestExample01
在Activity中使用:
String appName=(String) this.getResources().getText(R.string.app_name); Log.i("test", "appName="+appName);
或者:
String appName=(String) this.getResources().getString(R.string.app_name); Log.i("test", "appName="+appName);
2.定義string數(shù)組(arrays.xml)
----getResources().getStringArray(R.string.sports); - 足球
- 籃球
- 太極
- 冰球
3.定義顏色(colors.xml)
---getResources().getDrawable(R.string.black); ---getResources().getColor(R.string.black); #FFFFFF
4.定義尺寸(dimens.xml)
---getResource().getDimension(R.string.height); 80dip
5.定義樣式(styles.xml)
- 18sp
- #000000
感謝各位的閱讀,以上就是“Android中的string.xml文件怎么使用”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對Android中的string.xml文件怎么使用這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián)網(wǎng)站建設(shè)公司,,小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!