Android开发学习——画横线竖线
生活随笔
收集整理的這篇文章主要介紹了
Android开发学习——画横线竖线
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
畫橫線/豎線
豎線 <View android:layout_width="1dp" android:layout_height="match_parent"android:background="#66CCFF"android:layout_gravity="center_horizontal"/>橫線 <Viewandroid:layout_height="1px" android:layout_width="match_parent"android:background="#66CCFF" />?
轉載于:https://www.cnblogs.com/mengxiao/p/6047209.html
總結
以上是生活随笔為你收集整理的Android开发学习——画横线竖线的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【大数据新手上路】“零基础”系列课程--
- 下一篇: 构建模式--Adapter模式(JAVA