似乎搜索栏忽略了海拔?有什么办法让它运行吗?我已经将嵌入视图的背景更改为纯色,没有帮助。
<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>