1
如何在觸摸模式下設置LinearLayout focusable
?如何在觸摸模式下設置可調焦的LinearLayout?
我嘗試這樣做:
android:focusable="false"
android:clickable="true"
android:focusableInTouchMode="true"
也這樣:
android:focusable="false"
android:clickable="false"
android:focusableInTouchMode="false"
但這些不work.What辦?
在此先感謝。
問候
Goutom
你已經使用機器人:可聚焦= 「假」 –