Android添加横线和竖线分割界面

竖线

    android:layout_width="1dip"
    android:layout_height="match_parent"
    android:background="#66CCFF"
    android:layout_gravity="center_horizontal"
    />


横线

           android:layout_width="match_parent"
           android:background="#66CCFF"

/>

你可能感兴趣的:(android)