android中设置分割线

Android UI设计时,会用到各种分割线的设定;

方法一:

<TextView 
         android:layout_width="match_parent"
         android:layout_height="1dp"
         android:background="#000"/>

效果图:

android中设置分割线_第1张图片


你可能感兴趣的:(android,分割线)