码迷,mamicode.com
首页 >  
搜索关键字:bar    ( 5412个结果
设置显示action bar及appcompat_v7
1.若只支持3.0及以上 若miniSdkVersion设置11及以上 eg:则默认的主题为Theme.Holo此主题下所有activity都包含action bar. (也可在Application或单独activity标签下明确设置主题样式: android:theme="@android:st...
分类:移动开发   时间:2015-03-07 20:00:18    阅读次数:166
设置显示action bar及appcompat_v7问题
1.若只支持3.0及以上 若miniSdkVersion设置11及以上 eg:则默认的主题为Theme.Holo此主题下所有activity都包含action bar. (也可在Application或单独activity标签下明确设置主题样式: android:theme="@android:st...
分类:移动开发   时间:2015-03-07 19:57:03    阅读次数:201
IOS8状态栏文字颜色问题
iOS8下面状态栏文字颜色变白:首先,设置Info.plist中的View controller-based status bar appearance为YES。其次 在appdelegate 中的didfinishlaunching中 加入 OC: [[UINavigationBar appear...
分类:移动开发   时间:2015-03-06 18:44:21    阅读次数:143
【起航计划 026】2015 起航计划 Android APIDemo的魔鬼步伐 25 App->Notification->Status Bar 状态栏显示自定义的通知布局,省却声音、震动
这个例子的Icons Only 和 Icons and marquee 没有什么特别好说明的。而Use Remote views in balloon 介绍了可以自定义在Extended Status bar显示Notification的Layout,Extended Status Bar缺省显示N...
分类:移动开发   时间:2015-03-06 18:41:16    阅读次数:166
【起航计划 024】2015 起航计划 Android APIDemo的魔鬼步伐 23 App->Notification->IncomingMessage 状态栏通知
应用程序可以使用Notifications来通知用户某个事件发生了(如收到短信)。类NotificationManager 用来处理Notification, NotificationManager可以:在Status Bar上显示一个新的图标。在Extended status bar 窗口上显示附...
分类:移动开发   时间:2015-03-06 18:40:49    阅读次数:212
[开源]C#二维码生成解析工具,可添加自定义Logo (转)
二维码又称 QR Code,QR 全称 Quick Response,是一个近几年来移动设备上超流行的一种编码方式,它比传统的 Bar Code 条形码能存更多的信息,也能表示更多的数据类型:比如:字符,数字,中文等等。今天就来跟大家分享一下我的二维码生成解析工具,主要功能就是生成二维码,并且可以添...
分类:Windows程序   时间:2015-03-05 22:21:43    阅读次数:214
php get_class()函数
"; echo "My name is " . get_class($this) . ""; } } //类内部调用 $bar = new Car(); $bar->getName(); //类外部调用 echo "Its name is " . ge...
分类:Web程序   时间:2015-03-05 20:47:00    阅读次数:172
【leetcode】Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2015-03-05 16:23:33    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!