码迷,mamicode.com
首页 >  
搜索关键字:bar    ( 5412个结果
5.User Interface/ActionBar
1. ActionBar First added in Android 3.0(API level 11) 2. Working the Action Bar 2.1 Removing the action barActionBar actionBar = getSupportActionBa...
分类:其他好文   时间:2014-11-05 22:47:02    阅读次数:280
5.User Interface/Menu
1. Menu Three fundamental types of menus or action presentation on all versions of Android: Option menu and action bar Android 2.3 or lower, reve...
分类:其他好文   时间:2014-11-05 19:02:56    阅读次数:178
Status Bar in iOS7
This is a very important change in iOS 7: the status bar is no longer a separate bar. It’s now something that simply gets drawn on top of your view co...
分类:移动开发   时间:2014-11-05 14:39:58    阅读次数:135
Android ActionBar完全解析,使用官方推荐的最佳导航栏(上)
本篇文章主要内容来自于Android Doc,我翻译之后又做了些加工,英文好的朋友也可以直接去读原文。http://developer.android.com/guide/topics/ui/actionbar.htmlAction Bar是一种新増的导航栏功能,在Android 3.0之后加入到系...
分类:移动开发   时间:2014-11-05 10:48:50    阅读次数:269
android progressbar 水平进度条
my_bar.xml //配置进度条的图片@drawable/ok @drawable/no 为图片保存在drawable文件夹中布局文件中进度条配置 android:id="@+id/bar" android:layout_width="fill_pare...
分类:移动开发   时间:2014-11-04 10:57:56    阅读次数:289
UINavigationBar透明的问题
在iOS 7中,苹果引入了一个新的属性,叫做[UIViewController setEdgesForExtendedLayout:],它的默认值为UIRectEdgeAll。当你的容器是navigation controller时,默认的布局将从navigation bar的顶部开始。这就是为什么...
分类:其他好文   时间:2014-11-04 10:38:21    阅读次数:133
绘制二维图形的其它方案
1 其他形式的线性直角坐标图 在线性直角坐标系中,其他形式的图形有条形图、阶梯图、杆图和填充图等,所采用的函数分别是:bar(x,y,选项)%条形图stairs(x,y,选项)%阶梯图stem(x,y,选项)%杆图fill(x1,y1,选项1,x2,y2,选项2...)%填充图前3个函数的用法与p....
分类:其他好文   时间:2014-11-03 22:21:35    阅读次数:214
Xcode6中隱藏狀態欄
在項目的info.plist文件中,添加以下兩對鍵值:Status bar is initially hidden --> BOOL --> YESView controller-based status bar appearance --> BOOL --> NO
分类:其他好文   时间:2014-11-03 19:15:29    阅读次数:182
iOS开发UI篇—UITabBarController生命周期(使用storyoard搭建)
iOS开发UI篇—UITabBarController生命周期(使用storyoard搭建)一、UITabBarController在storyoard中得搭建1.新建一个项目,把storyboard中默认的控制器删除,拖UITab Bar Controller。2.创建viewcontroller...
分类:移动开发   时间:2014-11-02 22:20:46    阅读次数:222
iOS开发UI篇—Date Picker和UITool Bar控件简单介绍
iOS开发UI篇—Date Picker和UITool Bar控件简单介绍一、Date Picker控件1.简单介绍:Date Picker显示时间的控件有默认宽高,不用设置数据源和代理如何改成中文的?(1)查看当前系统是否为中文的,把模拟器改成是中文的(2)属性,locale选择地区如果默认显示不...
分类:移动开发   时间:2014-11-02 19:36:06    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!