Android UI设计时,会用到各种分割线的设定;
方法一:
<TextView
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#000"/>
效果图:
Android UI设计时,会用到各种分割线的设定;
方法一:
<TextView
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#000"/>
效果图: