如何在多个LinearLayout中添加分割线

<TextView android:layout_width="match_parent" android:layout_height="1dp" android:background="#000" /> 在Android3.0及以上版本,LinearLayout支持直接显示分割线。设置标签的android:showDividers属性能够在LinearLayout的响应位置显示分割线。若是有多
相关文章
相关标签/搜索