Menu由两种形式,Option menu和Context menu。前者是按下设备的Menu硬按钮弹出,后者是长按widget弹出。Option Menu当我们按下Menu的硬件按钮时,Option Menu将被触发显示,最多可以显示6个选项的icon菜单,如果选项多于6个,第6个选项显示为“Mo...
分类:
移动开发 时间:
2015-03-30 01:04:11
阅读次数:
274
I would like to force the overflow icon to always show in the action bar (assuming there are overflow items). On models with a menu button, sometimes the overflow icon doesn‘t appear and users must...
分类:
其他好文 时间:
2015-03-28 20:31:01
阅读次数:
153
应用程序图标 (Icon)应当是一个 Alpha 通道透明的32位 PNG 图片。由于安卓设备众多,一个应用程序图标需要设计几种不同大小,如: LDPI (Low Density Screen,120 DPI),其图标大小为 36 x 36 px。
MDPI (Medi...
分类:
移动开发 时间:
2015-03-28 15:53:41
阅读次数:
174
1.下载eclipse包在某个目录下解压 ,此处以home/wy/CREST/目录为例
2.新建 eclipse.desktop文件,输入内容如下:
[Desktop Entry]
Name=eclipse
Name[zh_CN]=eclipse
Comment=eclipse Client
Exec=/home/wy/CREST/eclipse/eclipse
Icon=/home...
分类:
系统相关 时间:
2015-03-28 15:48:23
阅读次数:
213
ActionBar实质就是Menu
1、在res/menu编写菜单界面
android:id="@+id/menu01"
android:icon="@android:drawable/ic_menu_rotate"
android:orderInCategory="100"
andr...
分类:
移动开发 时间:
2015-03-28 11:40:59
阅读次数:
169
窗体:一、控制标题栏:Text - 窗体左上角的标题文字。Icon - 窗体左上角的图标。(如何做图标?1.找现成的。2.自己画。3.用图片转)MaximizeBox - 窗体右上角最大化框是否可用。MinimizeBox - 窗体右上角最小化框是否可用。二、控制边框:FormBorderStyle...
分类:
其他好文 时间:
2015-03-28 10:04:54
阅读次数:
151
有很多时候我们需要在编辑器查看一个Gameobject的移动,有些人采用Gizoms类,可是如果不想用,可以使用U3D内置的Icon类。大神还是很多的,http://forum.unity3d.com/threads/editor-script-to-set-icons-impossible.187...
分类:
其他好文 时间:
2015-03-20 12:31:24
阅读次数:
164
这个图标集是306个优化的像素完美,精雕细琢的图标。为这些设备进行了优化:iOS、Windows Phone、Windows 8 and BlackBerry 10,提供 PNG, SVG, XALM, PSD, CSH, SKETCH, PDF, AI 和 EPS 格式。
分类:
其他好文 时间:
2015-03-20 12:23:23
阅读次数:
171
1 工厂方法- (instancetype)initWithDict:(NSDictionary *)dict{ self = [super init]; if (self) { self.name = dict[@"name"]; self.icon = d...
分类:
其他好文 时间:
2015-03-17 21:29:28
阅读次数:
127
Icon font 简介、优缺点、相关资源、使用方法...
分类:
其他好文 时间:
2015-03-16 23:13:40
阅读次数:
328