android linearlayout有灰色边框,要怎样保留底部或顶部的边框,其它三个方向的边框

2025-05-06 06:34:23
推荐回答(3个)
回答1:

自己写一个样式,绝对搞定!

回答2:

可以在下面添加 一个view元素 如
android:layout_width="fill_parent"
android:layout_height="1dip"
android:background="@color/iht_grey" />

仅供参考

回答3:

这样唯有用图片处理了