欢迎来到天天文库
浏览记录
ID:26599484
大小:1.88 MB
页数:87页
时间:2018-11-27
《android2.2—api中文文档合集》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Android2.2API中文文档声明 欢迎转载,但请保留文章原始出处:) 博客园:http://www.cnblogs.com 农民伯伯:http://www.cnblogs.com/over140/号召 中国移动开发者社区论坛组织社区翻译组,欢迎更多的android开发者、爱好人员加入,一起翻译一些国外优秀的移动应用开发文章;翻译一篇文章奖励10学分,翻译组成员每月翻译文章达到5篇或以上,额外奖励200学分。除此之外社区还会对参与者加以关注,有机会把参与者的优秀应用在MM门户广告位推荐;目前社
2、区只有这些回馈给参与者,将来社区发展壮大,社区会给予大家更多的支持。MM社区需要技术力量支撑,MM需要技术牛人引领移动应用行业的发展。若想加入社区翻译组,请联系农民伯伯QQ:36408253,email:over140@gmail.com关于学分的用途点这里,中国移动开发者社区Android版块点这里。系列源地址 Android2.2API中文文档系列(1)——TextView Android2.2API中文文档系列(2)——EditText Android2.2API中文文档系列(3)——Ac
3、cessibilityService Android2.2API中文文档系列(4)——Manifest Android2.2API中文文档系列(5)——View Android2.2API中文文档系列(6)——ImageView Android2.2API中文文档系列(7)——ImageButton Android2.2API中文文档系列(8)——QuickContactBadge Android2.2API中文文档系列(9)——ZoomButton Android2.2
4、r1API中文文档系列(10)——CheckBox Android2.2r1API中文文档系列(11)——RadioButton Android2.2r1API中文文档系列(12)——Button AndroidAPI中文(13)——ToggleButton AndroidAPI中文(14)——ViewStub AndroidAPI中文(15)——GridView Android中文API(16)——AnalogClock Android中文API(17)——TextSw
5、itcher Android中文API(18)——AbsSeekBar Android中文API(19)——TwoLineListItem Android中文API(20)——DatePicker注意整理完才发现最后伯伯稍后就会出chm,word等格式合集内牛满面啊早知道就不整理了,哎算个山寨抢先版吧记着时刻关注伯伯的地址啊还会有更新接着上呢;1.Android2.2——TextViewAPI中文文档农民伯伯http://over140.cnblogs.com/一、结构java.lang.Obj
6、ect↳android.view.View↳android.widget.TextView已知直接子类:Button,CheckedTextView,Chronometer,DigitalClock,EditText已知间接子类:AutoCompleteTextView,CheckBox,CompoundButton,ExtractEditText,MultiAutoCompleteTextView,RadioButton,ToggleButton二、XML属性属性名称描述android:autoLink设置是否
7、当文本为URL链接/email/电话号码/map时,文本显示为可点击的链接。可选值(none/web/email/phone/map/all)android:autoText如果设置,将自动执行输入值的拼写纠正。此处无效果,在显示输入法并输入的时候起作用。android:bufferType指定getText()方式取得的文本类别。选项editable类似于StringBuilder可追加字符,也就是说getText后可调用append方法设置文本内容。spannable则可在给定的字符区域使用样式,参见这里1、
8、这里2。android:capitalize设置英文字母大写类型。此处无效果,需要弹出输入法才能看得到,参见EditView此属性说明。android:cursorVisible设定光标为显示/隐藏,默认显示。android:digits设置允许输入哪些字符。如“1234567890.+-*/%()”android:drawableBottom在text的下方输出一个
此文档下载收益归作者所有