粗线分隔android

时间:2016-02-23 09:50:38

标签: android xml android-layout xml-attribute

  

我想要这个:

enter image description here

  

我有这个:

enter image description here

我尝试使用高程属性,但无济于事。

2 个答案:

答案 0 :(得分:1)

Elevation适用于棒棒糖和plus的视图(API 21)。 要获得这样的分隔符,您只需在您的下方添加一个视图即可 布局以灰色为背景。例如: -

<View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="@color/grey"/>

答案 1 :(得分:0)

这在不同的屏幕上无法正常工作: 机器人:layout_height = “1DP” 我推荐使用1xp代替