您好,登錄后才能下訂單哦!
Android 中添加水平線和垂直線方法總結
1.添加水平線
<View android:layout_height="0.5dip" android:background="#686868" android:layout_width="match_parent"/>
2.添加垂直線
<View android:layout_height="match_parent" android:background="#686868" android:layout_width="0.5dip"/>
3.其他 當然,你要像下面這樣寫也是沒有問題的
<TextView android:layout_width="fill_parent" android:layout_height="0.5dp" android:background="#686868"/>
這種垂直的就不說了 ,大家都懂的
感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。