码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
有一个错误
xxx( ! ) Fatal error: Call to undefined function myabp_print_screenshot_all() in D:\wamp\www\wp-content\themes\arcadexls\games-play.php on line 135Cal...
分类:其他好文   时间:2015-06-05 13:58:47    阅读次数:123
awesome 配置记录
awesomeDM高效,高可定制性。我使用的是archlinux,在安装好awesome以后直接在.xinitrc里面写上execawesome然后用startx就能启动awesome了。awesome开箱很难用,需要自己一点一点配置起来。先把配置文件复制过来。在/etc/xdg/awesome目录下有awesome的示例配置文件。我们将awes..
分类:其他好文   时间:2015-06-04 17:19:27    阅读次数:427
Android中自定义Activity和Dialog的位置大小背景和透明度等demo
1.自定义Activity显示样式先在res/values下建colors.xml文件,写入:[xhtml]view plaincopy#9000这个值设定了整个界面的透明度,为了看得见效果,现在设为透明度为56%(9/16)左右。再在res/values/下建styles.xml,设置程序的风格[...
分类:移动开发   时间:2015-06-04 09:40:55    阅读次数:178
archdexls主题游戏页面game-play.php有评论时,报错( ! ) Warning: printf(): Too few arguments in D:\wamp\www\wp-content\themes\arcadexls\games-play.php on line 97
( ! ) Warning: printf(): Too few arguments in D:\wamp\www\wp-content\themes\arcadexls\games-play.php on line 97Call Stack# Time Memory Functi...
分类:Web程序   时间:2015-06-03 00:47:50    阅读次数:231
github pages搭建个人网站如何添加导航
折腾过github pages的同学都清楚使用jekyll搭建个人网站的目录结构,而导航最终的代码是在使用的主题目录中的default.html文件中的。我的结构如下:.├── 404.html├── about.html├── archive.html├── assets│ └── themes├...
分类:Web程序   时间:2015-06-02 17:16:14    阅读次数:152
actionbar tab字体颜色
In fact it is pretty easy.All you should do is defining an attribute like thisand thenadding these styles to your theme@style/tabtextcolor@style/tabte...
分类:其他好文   时间:2015-06-02 17:12:59    阅读次数:99
兔子-Android 项目中values-v11 values-v14
values-v11代表在API 11+的设备上,用该目录下的styles.xml代替res/values/styles.xml values-v14代表在API 14+的设备上,用该目录下的styles.xml代替res/values/styles.xml 其中API 11+代表android 3.0 + 其中API 14+代表android 4.0 +...
分类:移动开发   时间:2015-05-29 20:26:23    阅读次数:151
AcitonBar 自定义布局
Android系统中ActionBar默认的布局不美观且难于控制,通过为ActionBar自定义布局的方式可以灵活控制ActionBar。自定义Activity主题和ActionBar样式在新建的android工程的res/values/styles.xml添加自定义ActionBar样式的代码和自...
分类:其他好文   时间:2015-05-29 08:31:30    阅读次数:127
Missing styles.Is the correct theme chosen for this laytout
最近用eclipse的时候,编辑xml文件会报这个错,后来搜了搜stackoverflow,找到了解决方案: 如图所示: 这样选择之后,就不会报错了。...
分类:其他好文   时间:2015-05-28 18:11:41    阅读次数:146
Android中如何利用attrs和styles定义控件
一直有个问题就是,Android中是如何通过布局文件,就能实现控件效果的不同呢?比如在布局文件中,我设置了一个TextView,给它设置了 textColor,它就能够改变这个TextView的文本的颜色。这是如何做到的呢?我们分3个部分来看这个问题1.attrs.xml 2.styles.xml ...
分类:移动开发   时间:2015-05-28 17:45:21    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!