標高がシークバーによって無視されているようですか? それを実行する方法はありますか?埋め込みビューの背景を無地に変更しましたが、役に立ちませんでした。
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white">
<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:elevation="4dp" />
</RelativeLayout>