针对tablerow的Android浮雕边框

时间:2011-10-19 12:50:48

标签: android border android-linearlayout tablerow emboss

我想为TableRow和LinearLayout添加一个浮雕边框,如下所示。我该如何添加它?

Embossed border

1 个答案:

答案 0 :(得分:0)

您可以使用此类行或仅使用两行:

    <View
        android:layout_height="2dip"
        android:background="#ABABAB"
   />