码迷,mamicode.com
首页 >  
搜索关键字:appearance    ( 712个结果
统一设置导航栏的皮肤颜色
+ (void)initialize{ UINavigationBar *bar = [UINavigationBar appearance];// [self buttonImageFromColor:[UIColor blackColor]] UIImage *image = [UIIm...
分类:其他好文   时间:2015-04-25 21:08:15    阅读次数:150
HTML美化单选、滚动条
/* 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
iOS 修改系统的tabBar的字体颜色
[[UITabBarItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor redColor],NSForegroundColorAttributeName, nil] forState:UIControlStateNormal];...
分类:移动开发   时间:2015-04-22 14:00:57    阅读次数:133
抗锯齿(后期效果) Antialiasing (PostEffect)
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
修改 Eclipse 中文字体大小
1、基于Eclipse的Android开发环境ADT,代码中的中文显示字体很小,很难看,可修改Eclipse中的Java代码的字体:Window->Preferences ->General -> Appearance -> Colors and Fonts -> Java -> Java Edit...
分类:系统相关   时间:2015-04-20 14:48:16    阅读次数:299
iOS 自定义导航栏的返回按钮
UIBarButtonItem * item  =    [UIBarButtonItem appearance];     UIImage* image = [UIImage imageNamed:@"back_icon"];          [item setBackButtonBackgroundImage:[image resizableImageWithCapInsets:UIE...
分类:移动开发   时间:2015-04-17 15:47:31    阅读次数:136
iOS 8 状态栏保持黑底白字 亲测有效
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 简单设置界面设置默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面。Settings-->Appearance-->Theme,选择Darcula主题即可。字体设置系统字体设置如果你的Android Studio界面中,中文显示有问题,或者选择...
分类:移动开发   时间:2015-04-14 14:32:13    阅读次数:159
Spring Tool Suite 字体大小和颜色设置
设置方法如下: 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
Android Studio 简单设置
转自:http://ask.android-studio.org/?/article/14界面设置默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面。Settings-->Appearance-->Theme,选择Darcula主题即可。字体设置系统字体设置如果你的Andr...
分类:移动开发   时间:2015-04-09 23:13:47    阅读次数:125
712条   上一页 1 ... 53 54 55 56 57 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!