Android添加橫線和豎線分割界面

豎線android

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


橫線orm

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

/>it

相關文章
相關標籤/搜索