4
請幫助我通過XML文件,而不是通過代碼哪個XML屬性被設置爲禁用Android的搜索條
<SeekBar
........
android:clickable="false"
android:longClickable="false"
android:focusable="false"
android:focusableInTouchMode="false" />
與所有上述屬性,嘗試禁用搜索條,但不能禁用搜索條。 在此先感謝
不適合我。而且據我所知android:enabled僅用於TextView – netimen
'setEnabled(false)'的作品。但是,android:enabled =「false」不起作用。 – gopalanrc