09-形状图形Shape
时间:2021-05-05 11:45:36
收藏:0
阅读:16
--定义drawable
--定义布局
---定义activity
--水平分割线
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#000000"/>
原文:https://www.cnblogs.com/fdxjava/p/14731035.html
评论(0)