
android 控件属性
米榄卉
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Filterable PerformFiltering 输入第一个字符就可以匹配检索
设置AutoCompleteTextView属性 act = (AutoCompleteTextView) this.findViewById(R.id.myact); act.setThreshold(1)即可转载 2016-07-23 13:25:21 · 620 阅读 · 0 评论 -
android clickspan点击富文本与本身点击事件冲突问题
http://stackoverflow.com/questions/16792963/android-clickablespan-intercepts-the-click-event 这里边有详细的解决方法与解释转载 2017-02-27 17:15:52 · 2607 阅读 · 0 评论