请帮我通过xml文件禁用搜索栏,而不是通过代码
<SeekBar
........
android:clickable="false"
android:longClickable="false"
android:focusable="false"
android:focusableInTouchMode="false" />
Run Code Online (Sandbox Code Playgroud)
尝试过以上所有属性,但无法禁用搜索栏.提前致谢