0

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

<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>
4

1 回答 1

0

经过大量测试后,我决定将 SeekBar 嵌入到包装器视图中,并提升包装器而不是搜索栏。不那么酷,但有效。

于 2015-09-09T14:02:28.230 回答