gpt4 book ai didi

android - 如何在android中显示垂直线

转载 作者:行者123 更新时间:2023-11-29 14:19:33 26 4
gpt4 key购买 nike

如何在具有特定高度的android中显示垂直线。我知道如何显示水平线但我无法找到显示垂直线方式的解决方案。

最佳答案

使用 View 我们可以做到

尝试以下:

  <View
android:layout_width="1dip"
android:layout_height="fill_parent"
android:background="#FF000000"
/>

关于android - 如何在android中显示垂直线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8658300/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com