http://bar.cnyes.com/html/100102-1/8D225E270FEE1D0.shtml
http://bar.cnyes.com/html/100102-1/8D225E2951F2386.shtml
http://bar.cnyes.com/html/100102-1/8D225E2CA3761C8.shtml
http://bar.cnyes.com/html/100102-1/8D225E2EA9B9484.shtml
http://bar.cnyes.com/html/10...
分类:
其他好文 时间:
2015-03-08 06:46:54
阅读次数:
112
1.设置action bar的背景色第一种方式:getActionBar().setBackgroundDrawable(getResources().getDrawable(R.drawable.ActionBarBackground));ActionBarBackground 为定义在value...
分类:
移动开发 时间:
2015-03-07 22:40:49
阅读次数:
268
1.若只支持3.0及以上 若miniSdkVersion设置11及以上 eg:则默认的主题为Theme.Holo此主题下所有activity都包含action bar. (也可在Application或单独activity标签下明确设置主题样式: android:theme="@android:st...
分类:
移动开发 时间:
2015-03-07 20:00:18
阅读次数:
166
1.若只支持3.0及以上 若miniSdkVersion设置11及以上 eg:则默认的主题为Theme.Holo此主题下所有activity都包含action bar. (也可在Application或单独activity标签下明确设置主题样式: android:theme="@android:st...
分类:
移动开发 时间:
2015-03-07 19:57:03
阅读次数:
201
一、参考插件jQuery mouse wheel 二、样例代码 Scroll Test 三、done
分类:
Web程序 时间:
2015-03-06 23:26:34
阅读次数:
226
iOS8下面状态栏文字颜色变白:首先,设置Info.plist中的View controller-based status bar appearance为YES。其次 在appdelegate 中的didfinishlaunching中 加入 OC: [[UINavigationBar appear...
分类:
移动开发 时间:
2015-03-06 18:44:21
阅读次数:
143
这个例子的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
应用程序可以使用Notifications来通知用户某个事件发生了(如收到短信)。类NotificationManager 用来处理Notification, NotificationManager可以:在Status Bar上显示一个新的图标。在Extended status bar 窗口上显示附...
分类:
移动开发 时间:
2015-03-06 18:40:49
阅读次数:
212
scroll Demo w3c scroll事件:http://www.w3school.com.cn/tiy/t.asp?f=jquery_event_scroll
分类:
Web程序 时间:
2015-03-06 16:12:12
阅读次数:
140