!以后别说自己不知道!每个资源文件(外部导入和内部创建的)对应一个.meta文件。这个.meta文件中的guid就唯一标识这个资源。内部创建的资源会使用外部导入的资源,比如 内部资源材质Material使用贴图Textures(预制体、场景中使用了更多的资源)。 材质怎么知道自己使用了那些资源呢? 就在自己的文件中记录着其它资源的GUID。...
分类:
编程语言 时间:
2015-01-25 22:35:17
阅读次数:
267
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
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
Defining Custom AnimationsThis lesson teaches you toCustomize Touch FeedbackUse the Reveal EffectCustomize Activity TransitionsAnimate View State Chan...
分类:
其他好文 时间:
2015-01-25 18:09:28
阅读次数:
282
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
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
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
Maintaining CompatibilityThis lesson teaches you toDefine Alternative StylesProvide Alternative LayoutsUse the Support LibraryCheck the System Version...
分类:
其他好文 时间:
2015-01-25 17:54:49
阅读次数:
216
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中全屏 及 去掉标题栏
《去掉标题栏的方法》
第一种:入门的时候经常使用的一种方法
requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏
注意这句一定要写在setContentView()方法的前面,不然会报错的
第二种:在AndroidManifest.xml文件...
分类:
移动开发 时间:
2015-01-24 15:55:42
阅读次数:
161