翻译android开发官网Training中关于ActionBar的几篇文章...
分类:
移动开发 时间:
2015-03-10 15:32:33
阅读次数:
189
原文:[开源]C#二维码生成解析工具,可添加自定义Logo 二维码又称 QR Code,QR 全称 Quick Response,是一个近几年来移动设备上超流行的一种编码方式,它比传统的 Bar Code 条形码能存更多的信息,也能表示更多的数据类型:比如:字符,数字,中文等等。今天就来跟大家分享一...
国外得一个链接:http://situee.blogspot.com/2014/10/ios-set-navigation-bar-back-button-title.html最近迷上了简洁风,在使用StoryBoard Push到下一个视图,会在下一个视图的左上角又一个箭头和文字,表示返回键盘,我...
分类:
其他好文 时间:
2015-03-10 00:06:55
阅读次数:
231
状态栏文字颜色修改//info.plist中添加一个字段:view controller -base status bar 设置为NO 设置状态栏文字为白色 //有动画效果[[UIApplication sharedApplication] setStatusBarStyle:UIStatus...
分类:
移动开发 时间:
2015-03-10 00:01:12
阅读次数:
218
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:
其他好文 时间:
2015-03-09 07:00:12
阅读次数:
178
原文摘自:http://blog.csdn.net/android2me/article/details/88748461.Action Bar 介绍我们能在应用中看见的actionbar一般就是下图的样子,比如快图应用1.App icon应用的图标,左侧带应用相当于back返回键2.ViewCon...
分类:
移动开发 时间:
2015-03-08 12:57:38
阅读次数:
228
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