动态为页面添加CSS样式文件引用: 1 if (document.createStyleSheet) { //IE 2 document.createStyleSheet("./Themes/Default/MessageTip.css"); 3 } 4 else { //Firefox, ...
分类:
Web程序 时间:
2015-05-28 17:40:30
阅读次数:
125
首先给大家推荐2个不错的android UI设计图库网站:http://iconmonstr.com/,http://iconfont.cn/。用到的两个png图片是从上面找的:
首先是自定义theme,不能用默认的主题,会报错;you cannot combined....。修改res/values/styles.xml:
<!--
Base applicat...
分类:
移动开发 时间:
2015-05-28 10:59:39
阅读次数:
176
从旧的ADT迁移的新的ADT时,android 程序中res/values-v14/styles.xml报错:error: Error retrieving parent for item: No resource found that matches the given name :Theme.A...
分类:
移动开发 时间:
2015-05-26 20:40:01
阅读次数:
188
Translucent system UI stylingTo get the most impact out of your content, you can now use new window styles and themes to request translucent system UI...
分类:
移动开发 时间:
2015-05-25 22:02:36
阅读次数:
307
/* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles...
分类:
其他好文 时间:
2015-05-24 23:17:09
阅读次数:
282
本文分享于http://keleyi.com/a/bjac/q74dybjc.htm文章,感觉写的蛮好所以就拿过来做笔记了,希望对大家有帮助最近公司的新项目用了MVC 4.0,接下来一步步把 工作中遇到的问题 总结起来..1.@Styles.Render 在页面上可以用@Styles.Render(...
分类:
Web程序 时间:
2015-05-23 18:20:04
阅读次数:
166
1、引入rel属性的值是stylesheet/less的.less样式表:2、下载less脚本,放在自己项目中: 或引用:3、编写styles.less@color:#ff0000;body{color:@color;}语法:变量:@color:#ff0000;body{color:@colo...
分类:
其他好文 时间:
2015-05-22 16:49:16
阅读次数:
132
原文:Xcode 6 Tips: Vector Images, Code Snippets and Many More,译者:yuewang目录:一、Creating a Sample Project二、更换Themes三、添加自定义字体四、代码片段五、自定义调色板六、使用矢量图七、管理你的源代码八...
分类:
其他好文 时间:
2015-05-22 16:44:11
阅读次数:
227
android studio中xml不能preview打开res/values/styles.xml ,如下:
</st...
分类:
移动开发 时间:
2015-05-21 09:13:29
阅读次数:
282
styles.xml中提示如下错误,这是版本问题。
error: Error retrieving parent for item: No resource found that matches the given name
'Theme.AppCompat.Light'.
解决方法:
在Eclipse中打开任意一个.java文件,输入 andr...
分类:
移动开发 时间:
2015-05-20 18:37:36
阅读次数:
145