我使用以下搜索栏来替换我的音频进度。
<SeekBar
android:padding="7dp"
android:id="@+id/SeekBar01"
android:layout_width="245dip"
android:thumb="@drawable/seekthumb2"
android:progressDrawable="@drawable/seekbar1"
android:layout_height="fill_parent"
android:clickable="false"
android:focusable="false"
android:longClickable="false"/>
我想禁用此搜索栏的手动动作。我的意思是搜索只能通过我的代码移动,并且不能通过任何其他方式(触摸)访问。