gpt4 book ai didi

Android 如何使用 te LinearLayout 消耗所有的 touchevent

转载 作者:太空狗 更新时间:2023-10-29 15:36:42 25 4
gpt4 key购买 nike

<分区>

我有这样的布局。

<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
....>
<LinearLayout
android:id="@+id/box1"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
...............
..............
</LinearLayout>
<LinearLayout
android:id="@+id/box2"
android:background="#c0000000"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
.............
.............
</LinearLayout>
</RelativeLayout>

Box2 显示在 Box1 的上方,由于 Box2 的颜色是半透明的,所以 Box1 是部分可见的。现在我想让 box2 消耗所有的触摸事件,这样 Box2 中的 Buttons 和 EditTexts 就不起作用了。 java代码如何实现?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com