Back

android - 没有border-bottom, 要想画底线的话,需要写个View

发布时间: 2017-04-21 09:19:00

如题.

    <View
        android:layout_width="fill_parent"
        android:layout_height="1dp"
        android:background="#ececec" />

Back