android横线和竖线

竖线

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


横线

<View  android:layout_height="1px" 
           android:layout_width="match_parent"
           android:background="#66CCFF"

/>

猜你喜欢

转载自blog.csdn.net/snn1410/article/details/51277423
今日推荐