首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android view 中没法响应onKeyUp()时间的原因

2012-08-24 
android view 中无法响应onKeyUp()时间的原因今天在使用android View类时,发现在处理KeyUp是假时,没有任何

android view 中无法响应onKeyUp()时间的原因

今天在使用android View类时,发现在处理KeyUp是假时,没有任何反应,仔细阅读资料,才发现,要加上setFocusable(true)函数才行的。

热点排行