随笔分类 -  Android 小程序分享

摘要:AoutCompleteTextView功能:1>动态匹配输入的内容,如百度搜索引擎当输入文本时可以根据内容显示匹配的热门信息2>独特属性:android:completionThreshold="2"自动匹配的layout布局 自动匹配的class文件 package cn.androidstu... 阅读全文
posted @ 2015-09-14 23:36 星晨-XC 阅读(340) 评论(0) 推荐(0)
摘要:跑马灯效果 layout布局代码 android:marqueeRepeatLimit=”marquee_forever” android:focuseableTouchMode=”true” android:singleLine="true" ... 阅读全文
posted @ 2015-09-14 00:51 星晨-XC 阅读(192) 评论(0) 推荐(0)