android:id:为菜单项指定一个唯一表实。android:title:指定菜单项的标题。android:icon:指定菜单项的图标。android:alphabeticShortcut:为菜单项指定字符快捷键。android:numericShortcut:为菜单项指定数字快捷键。androi...
分类:
其他好文 时间:
2015-01-25 23:51:53
阅读次数:
174
Windows Phone Application and Store Image,Icon Sizes Application Image SizesFlipCycleTileLarge -> 691×336 FlipCycleTileMedium -> 336×336 FlipCycleTileSmall -> 159×159 IconicTileMediumLarge ->13...
分类:
移动开发 时间:
2015-01-25 13:56:17
阅读次数:
204
Ext.Msg.show({
title:'Request Failed',
msg:"Error, The request was not found in the database",
icon: Ext.MessageBox.ERROR,
buttons: Ext.Msg.OK
});
Ext.MessageBox.getDialog().getEl().se...
分类:
Web程序 时间:
2015-01-22 11:16:30
阅读次数:
152
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