如何在触摸模式下设置可聚焦的LinearLayout?

时间:2011-07-17 08:47:55

标签: android

如何在触摸模式下设置LinearLayout focusable

我试过这个:

android:focusable="false"
android:clickable="true"
android:focusableInTouchMode="true"

也是这样:

android:focusable="false"
android:clickable="false"
android:focusableInTouchMode="false"

但这些都不起作用。怎么办?
提前谢谢。

问候
Goutom

1 个答案:

答案 0 :(得分:3)

android:focusable="true" android:focusableInTouchMode="true"并保持默认情况下可点击的线性布局,如所提到的那样,事情都是矛盾的,...