摘自:http://www.asp.net/visual-studio/overview/2013/creating-web-projects-in-visual-studio#bootstrap You can also use Bootstrap's theming feature to easily effect a change in the application's look and feel. For example, you can do the following steps
关键代码如下: colors.xml文件中定义一个颜色值: <color name="permission_dialog_img_color">#000000</color> 代码中调用: int mFilterColor = ContextCompat.getColor(mContext,R.color.permission_dialog_img_color); int blue = Color.blue(mFilterColor); int green =