海拔不适用于android seekbar

时间:2015-09-07 15:20:35

标签: android material-design android-seekbar android-elevation

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

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

1 个答案:

答案 0 :(得分:0)

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