通常有两种方式访问资源
R.resourceType.resourceName
Resources类:提供访问资源的方法
getColor在API23+过时,采用ContextCompat.getColor(Content content, int id),兼容高低版本。
访问assets原生资源
getResources().getAssets().open("resourceName")
<string name="viewText">YourViewText</string>