码迷,mamicode.com
首页 >  
搜索关键字:bar    ( 5412个结果
关于Android中的ActionBar右边三个点的问题
Google的Android官方文档:Actions that can't fit in the action bar or aren't important enough are hidden in the action overflow. The user can reveal a list o...
分类:移动开发   时间:2014-08-04 13:25:27    阅读次数:229
BootStrap入门教程 (四) :JQuery类库插件(模态窗口,滚动监控,标签效果,提示效果,“泡芙”效果,警告区域,折叠效果,旋转木马,输入提示)
上讲回顾:Bootstrap组件丰富同时具有良好可扩展性,能够很好地应用在生产环境。这些组件包括按钮(Button),导航(Navigation),缩略图(thumbnails),提醒(Alert),进度条(progress bar)等,能够很好减少前端工程师的代码量,实现更加丰富充实的页面。 .....
分类:Web程序   时间:2014-08-02 09:53:53    阅读次数:496
activity-alias
今天在弄android的viewdeck界面时,发现action bar左上角的icon是app的icon,没法修改,找了半天,发现可以用activity-alias来设置,它可以快速指向到一个Activity,但同时又能各自定义不同的icon。 <activity-al...
分类:其他好文   时间:2014-08-01 23:24:22    阅读次数:533
IOS开发 - Create Push Segue Animation Without UINavigationController
APPLE提供了三种storyboard segue的方式:push,modal,custom . push segue是系统预定义的跳转方式, 为了使其能正常工作,我们还必须加载UINavigationController。 有时候,我们不想看到UINavigation bar,我们可以使用m.....
分类:移动开发   时间:2014-08-01 13:04:11    阅读次数:315
google 开放I/O源码
在这款应用程序中谷歌对部分功能、API和设计架构进行了非常详细的阐述,其中包括碎片、程序加载、服务、广播、接收器、警告、通知、SQLite数据库、内容提供商、Action Bar、导航Drawer和Google Drive API、Google Cloud Messaging、Material De...
分类:其他好文   时间:2014-07-31 12:54:16    阅读次数:229
HDU - 2842 Chinese Rings
Description Dumbear likes to play the Chinese Rings (Baguenaudier). It’s a game played with nine rings on a bar. The rules of this game are very simple: At first, the nine rings are all on the bar....
分类:其他好文   时间:2014-07-30 20:50:24    阅读次数:319
Trapping Rain Water leetcode java
题目:Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after rain....
分类:移动开发   时间:2014-07-30 09:47:13    阅读次数:272
php细节1可变变量及一些细节
可变变量的样例 1 $bar . "\n";12 echo $foo->$baz[1] . "\n";13 14 $start = 'b';15 $end = 'ar';16 echo $foo->{$start . $end} . "\n";17 18 $arr = 'arr';19 echo.....
分类:Web程序   时间:2014-07-29 21:00:22    阅读次数:182
【HackerRank】Halloween party
Change language :Alex is attending a Halloween party with his girlfriend Silvia. At the party, Silvia spots a giant chocolate bar. If the chocolate ca...
分类:其他好文   时间:2014-07-29 17:11:52    阅读次数:317
VMware Tools安装
Windows VMware Tools安装很简单。 1.?On the host, from the Workstation menu bar, select?VM?>?Manage?>?Install VMware Tools 2. click OK and then restart. Linux VMware Tools安装估计有点困难,我也...
分类:其他好文   时间:2014-07-29 16:10:59    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!