+ (void)initialize{ UINavigationBar *bar = [UINavigationBar appearance];// [self buttonImageFromColor:[UIColor blackColor]] UIImage *image = [UIIm...
分类:
其他好文 时间:
2015-04-25 21:08:15
阅读次数:
150
/* RADIO */.regular-radio {display: none;}.regular-radio + label {-webkit-appearance: none; border: 1px solid #cacece;box-shadow: 0 1px 2px rgba(0,0,0...
分类:
Web程序 时间:
2015-04-23 12:28:49
阅读次数:
158
[[UITabBarItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor redColor],NSForegroundColorAttributeName, nil] forState:UIControlStateNormal];...
分类:
移动开发 时间:
2015-04-22 14:00:57
阅读次数:
133
The Antialiasing (PostEffect) offers a set of algorithms designed to give a smoother appearance to graphics. When two areas of different colour adjoin...
分类:
其他好文 时间:
2015-04-20 18:19:30
阅读次数:
365
1、基于Eclipse的Android开发环境ADT,代码中的中文显示字体很小,很难看,可修改Eclipse中的Java代码的字体:Window->Preferences ->General -> Appearance -> Colors and Fonts -> Java -> Java Edit...
分类:
系统相关 时间:
2015-04-20 14:48:16
阅读次数:
299
UIBarButtonItem * item = [UIBarButtonItem appearance];
UIImage* image = [UIImage imageNamed:@"back_icon"];
[item setBackButtonBackgroundImage:[image resizableImageWithCapInsets:UIE...
分类:
移动开发 时间:
2015-04-17 15:47:31
阅读次数:
136
1.info.plist文件 设置View controller-based status bar appearance的值为no
2.在AppDelegate.m中添加如下代码
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) {
[application setStatusBarStyle:UI...
分类:
移动开发 时间:
2015-04-15 14:54:13
阅读次数:
302
Android Studio 简单设置界面设置默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面。Settings-->Appearance-->Theme,选择Darcula主题即可。字体设置系统字体设置如果你的Android Studio界面中,中文显示有问题,或者选择...
分类:
移动开发 时间:
2015-04-14 14:32:13
阅读次数:
159
设置方法如下:
Spring
Tool Suite 颜色配置:
1、打开window->Preference,弹出Preference面板
2、展开General标签,选中Editors选项,展开。
3、选中 Test Editors,右边出现Test Editors面板。 面板中有这样一个选项:Appearance color options; 其中是各种板块颜色的设置,...
分类:
编程语言 时间:
2015-04-10 11:37:17
阅读次数:
440
转自:http://ask.android-studio.org/?/article/14界面设置默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面。Settings-->Appearance-->Theme,选择Darcula主题即可。字体设置系统字体设置如果你的Andr...
分类:
移动开发 时间:
2015-04-09 23:13:47
阅读次数:
125