android listView,Button,android:descendantFocusability、android:focusable都已经添加无法获取焦点

<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:descen... <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical"
android:layout_height="wrap_content"
android:layout_width="fill_parent" >
<!-- 第一行 -->
<!-- 第一个LinearLayout产品的展示 -->
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >

<!-- 第一个商品 -->
<Button
android:id="@+id/two_products_imgBut1"
android:layout_width="@dimen/width_40_80"
android:focusable="false"
android:layout_height="@dimen/height_40_80"
android:layout_marginLeft="5dp"
android:background="@drawable/c06" />

</LinearLayout>
</LinearLayout>
布局文件如上:相对布局我也试了imageBUtton我也试了,谢谢了,问了很多人他们都说没有错但是button和imagebutton就是无法获取焦点,求大神回复啊
展开
 我来答
双四别阴我
推荐于2016-05-17 · TA获得超过2282个赞
知道大有可为答主
回答量:1250
采纳率:57%
帮助的人:1196万
展开全部
beforeDescendants:viewgroup会优先其子类控件而获取到焦点
afterDescendants:viewgroup只有当其子类控件不需要获取焦点时才获取焦点
blocksDescendants:viewgroup会覆盖子类控件而直接获得焦点

所以,你应该用第二个设置,这样子控件就可以优先获取到焦点了
更多追问追答
追问
我是循环取数据所有的button都是一样的ID,所以我要使用item的监听,你说的这个让父节点失去了功能。。
追答
这个跟一样的id没有关系,你的问题是item子获取不到焦点是吧?
如果按我这样设置,子控件可以优先获取焦点,然后点在其它空白地方,就是父容器得到焦点
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式