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就是无法获取焦点,求大神回复啊 展开
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就是无法获取焦点,求大神回复啊 展开
1个回答
展开全部
beforeDescendants:viewgroup会优先其子类控件而获取到焦点
afterDescendants:viewgroup只有当其子类控件不需要获取焦点时才获取焦点
blocksDescendants:viewgroup会覆盖子类控件而直接获得焦点
所以,你应该用第二个设置,这样子控件就可以优先获取到焦点了
afterDescendants:viewgroup只有当其子类控件不需要获取焦点时才获取焦点
blocksDescendants:viewgroup会覆盖子类控件而直接获得焦点
所以,你应该用第二个设置,这样子控件就可以优先获取到焦点了
更多追问追答
追问
我是循环取数据所有的button都是一样的ID,所以我要使用item的监听,你说的这个让父节点失去了功能。。
追答
这个跟一样的id没有关系,你的问题是item子获取不到焦点是吧?
如果按我这样设置,子控件可以优先获取焦点,然后点在其它空白地方,就是父容器得到焦点
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询