码迷,mamicode.com
首页 >  
搜索关键字:material theme    ( 3272个结果
unity3d中的.meta是什么东东
!以后别说自己不知道!每个资源文件(外部导入和内部创建的)对应一个.meta文件。这个.meta文件中的guid就唯一标识这个资源。内部创建的资源会使用外部导入的资源,比如 内部资源材质Material使用贴图Textures(预制体、场景中使用了更多的资源)。 材质怎么知道自己使用了那些资源呢? 就在自己的文件中记录着其它资源的GUID。...
分类:编程语言   时间:2015-01-25 22:35:17    阅读次数:267
Material Design系列第一篇——Creating Apps with Material Design
Creating Apps with Material DesignMaterial design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. To...
分类:移动开发   时间:2015-01-25 18:11:31    阅读次数:161
Material Design系列第四篇——Using the Material Theme
Defining Shadows and Clipping ViewsThis lesson teaches you toAssign Elevation to Your ViewsCustomize View Shadows and OutlinesClip ViewsYou should als...
分类:其他好文   时间:2015-01-25 18:11:10    阅读次数:176
Material Design系列第六篇——Defining Custom Animations
Defining Custom AnimationsThis lesson teaches you toCustomize Touch FeedbackUse the Reveal EffectCustomize Activity TransitionsAnimate View State Chan...
分类:其他好文   时间:2015-01-25 18:09:28    阅读次数:282
Material Design系列第二篇——Getting Started
Getting StartedThis lesson teaches you toApply the Material ThemeDesign Your LayoutsSpecify Elevation in Your ViewsCreate Lists and CardsCustomize You...
分类:其他好文   时间:2015-01-25 18:05:08    阅读次数:188
Material Design系列第五篇——Working with Drawables
Working with DrawablesThis lesson teaches you toTint Drawable ResourcesExtract Prominent Colors from an ImageCreate Vector DrawablesYou should also re...
分类:其他好文   时间:2015-01-25 18:02:46    阅读次数:164
Material Design系列第三篇——Using the Material Theme
Using the Material ThemeThis lesson teaches you toCustomize the Color PaletteCustomize the Status BarTheme Individual ViewsYou should also readMateria...
分类:其他好文   时间:2015-01-25 17:58:32    阅读次数:162
Material Design系列第七篇——Maintaining Compatibility
Maintaining CompatibilityThis lesson teaches you toDefine Alternative StylesProvide Alternative LayoutsUse the Support LibraryCheck the System Version...
分类:其他好文   时间:2015-01-25 17:54:49    阅读次数:216
工作中的英语积累5
1.合并    merge 2.滑块    slider 3.使用    employ 4.材料    material 5.所采用的    taken by 6.优秀的    outstanding 7.可用的    available 8.合并     incorporate 9.演示    demonstration 10.正在采取    be taken on 11.即...
分类:其他好文   时间:2015-01-24 17:23:48    阅读次数:239
Android中全屏 及 去掉标题栏
Android中全屏 及 去掉标题栏 《去掉标题栏的方法》 第一种:入门的时候经常使用的一种方法 requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 注意这句一定要写在setContentView()方法的前面,不然会报错的 第二种:在AndroidManifest.xml文件...
分类:移动开发   时间:2015-01-24 15:55:42    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!