码迷,mamicode.com
首页 >  
搜索关键字:styles    ( 1371个结果
XE Styles不见了
C:\Users\Public\Documents\Embarcadero\Studio\15.0\Styles我移动到D盘了D:\Users\Public\Documents\Embarcadero\Studio\15.0\Styles所以风格出不来了。一会去就好了。移动到D盘其他控件倒是可以识别...
分类:其他好文   时间:2014-10-13 18:29:19    阅读次数:161
android 自定义Dialog去除黑色边框
在自定义Dialog时显示的界面中老是有黑色的边框,下面就介绍使用style去除黑色边框方法。 首先在values/styles定义自定义样式: @null @drawable/actionbar_item_background true true @null #FFF @d...
分类:移动开发   时间:2014-10-09 01:46:19    阅读次数:226
标准设备的-media queries
/* Smartphones (portrait and landscape) ----------- */@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {/* Styles */}/...
分类:其他好文   时间:2014-10-08 18:01:45    阅读次数:188
Chapter 20 Dynamic Type
Chapter 20 Dynamic Type1. The Dynamic Type system is centered around text styles. When a font is requested for a given text style, the system will use...
分类:其他好文   时间:2014-10-04 23:30:27    阅读次数:250
android中给Dialog设置的动画如何自定义修改参数
====================问题描述==================== 在android中给Dialog设置动画的方法我只找到Dialog.getWindow().setWindowAnimation(intresID);这样不是只能在styles里用xml定义动画吗?但是我现在想...
分类:移动开发   时间:2014-09-30 18:20:59    阅读次数:231
Class Styles
The class styles define additional elements of the window class. Two or more styles can be combined by using the bitwise OR (|) operator. To assign a ...
分类:其他好文   时间:2014-09-19 23:40:26    阅读次数:300
js 动画效果总结
animate()通过样式把一个状态改变成另外一个状态如:$(selector).animate(styles,speed,easing,callback);styles的参数可以有很多如:backgroundPosition borderWidth borderBottomWidth border...
分类:Web程序   时间:2014-09-15 17:14:19    阅读次数:223
12、高级商用界面开发
一、风格与主题1>Style与Theme的区别Theme是针对窗体级别的,改变窗体样式;Style是针对窗体元素级别的,改变指定控件或者Layout的样式;2>使用Style【创建Style】 2.1. 在res\values\ 下创建styles.xml文件。 2.2.. 添加节点(根节点)。 2...
分类:其他好文   时间:2014-09-15 12:34:18    阅读次数:195
Android style.xml
style.xml<resources><!--Baseapplicationtheme,dependentonAPIlevel.ThisthemeisreplacedbyAppBaseThemefromres/values-vXX/styles.xmlonnewerdevices.--><stylename="AppBaseTheme"parent="android:Theme.Light"><!--Themecustomizationsavailableinnew..
分类:移动开发   时间:2014-09-12 15:26:34    阅读次数:210
ASP.NET MVC 4 RC的JS/CSS打包压缩功能 Scripts.Render和Styles.Render
打包(Bundling)及压缩(Minification)指的是将多个js文件或css文件打包成单一文件并压缩的做法,如此可减少浏览器需下载多个文件案才能完成网页显示的延迟感,同时通过移除JS/CSS文件案中空白、批注及修改JavaScript内部函数、变量名称的压缩手法,能有效缩小文件案体积,提高...
分类:Web程序   时间:2014-09-11 15:05:52    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!