現在、オーディオ再生の進行状況を表示するために次のシークバーを使用しています。ユーザーによる親指の動きを無効にしたいと考えています。
<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" />
しかし、それは機能していません。