ios7新增加的icon尺寸:76 x 76:Size for iPad 2 and iPad mini (standard resolution)120 x 120 :Size for iPhone and iPod touch (high resolution)152 x 152:Size fo...
分类:
移动开发 时间:
2015-01-20 15:26:39
阅读次数:
231
换了XCode6之后,发现以前写Icon-76.png这样很麻烦,就使用了Image.xcassets,公司所有测试机跑了一下,发现没什么问题。唯独有一台设置有问题,iphone5 ios6.0系统,游戏启动后黑屏。而且断点发现游戏获取的屏幕大小变为320x480了,实际应该是640x1136。因为...
分类:
其他好文 时间:
2015-01-19 14:04:10
阅读次数:
193
1.此功能是指应用图标展示的数字,例如未读短信,邮件,类似iOS应用icon原生Android系统并不支持此功能定制的Samsung,sony支持此功能,有各自对应不同的实现方式,以三星为例1.在AndroidManifest.xml中加上两个权限:2.查看你的APP是否已经注册在BadgeProv...
分类:
移动开发 时间:
2015-01-19 10:42:49
阅读次数:
603
You don’t need icons! Here are 100+ unicode symbols that you can useDanny Markov December 3rd, 2014Ever needed to add an icon to your design, but you ...
分类:
Web程序 时间:
2015-01-16 19:03:36
阅读次数:
275
1、打开 regedit2、找到节点 HKEY_CLASSSES_ROOT -> * -> Shell3、右键选择新建“ 项 ” 这个项的名字将作为右键菜单的菜单名称,我用的“ Sublime Text ”4、在新建的“ 项 ” 上右键选择新建字符串值,命名为 “ Icon ”5、双击新建的“ Ic...
分类:
其他好文 时间:
2015-01-16 14:22:57
阅读次数:
113
使用 img 和 object 标签直接引用 SVG 是早期常见的使用方法。 这种方法的缺点主要在于要求每个图标都单独保存成一个 SVG 文件,使用时也是单独请求的。 如果在页面中使用的多个图标,每个都是单独请求的话会产生很多请求数,增加服务端的负载和拖慢页面加载速度, 因此现在很少使用了。
分类:
Web程序 时间:
2015-01-15 15:47:39
阅读次数:
464
打开AndroidManifest.xml文件,找到application节点android:allowBackup="true"android:icon="@drawable/ic_launcher"android:label="@string/app_name"android:theme="@s...
分类:
移动开发 时间:
2015-01-13 19:41:53
阅读次数:
1601
在帮助文档中查找 #pragma#pragma compile(Out, myProg.exe); Uncomment to use the following icon. Make sure the file path is correct and matches the installation...
分类:
其他好文 时间:
2015-01-13 15:52:35
阅读次数:
99
css:.nav-glyphish-example .ui-btn .ui-btn-inner { padding-top: 40px !important; }.nav-glyphish-example .ui-btn .ui-icon { width: 30px!important; heigh...
分类:
Web程序 时间:
2015-01-13 10:15:30
阅读次数:
223