请帮我通过xml文件禁用搜索栏,而不是通过代码
<SeekBar ........ android:clickable="false" android:longClickable="false" android:focusable="false" android:focusableInTouchMode="false" />
@R_502_323@
简单:
android:enabled="false"