As was already stated, the default seekbar is already fairly
accessible. It may or may not be necessary to call
setKeyProgressIncrement(int) to indicate how much the arrows should
change the seekbar's current position:
http://developer.android.com/reference/android/widget/AbsSeekBar.html#setKeyProgressIncrement%28int%29
Not sure if there is a default. Also, it'd be nice to call
setContentDescription() on the seekbar to give an accessible
indicator of how far along it is. See, for instance, the seekbar in
the iBlink Radio app for an example of this technique.