xml 画一条线。字体:https://stackoverflow.com/questions/3616676/how-to-draw-a-line-in-android

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 画一条线。字体:https://stackoverflow.com/questions/3616676/how-to-draw-a-line-in-android相关的知识,希望对你有一定的参考价值。

<View
 android:layout_width="match_parent"
 android:layout_height="1dp"
 android:background="@android:color/black" />
 
 <!-- Divider grey -->
 <View
    android:layout_width="match_parent"
    android:layout_height="0.5dp"
    android:background="?android:attr/listDivider" />

以上是关于xml 画一条线。字体:https://stackoverflow.com/questions/3616676/how-to-draw-a-line-in-android的主要内容,如果未能解决你的问题,请参考以下文章

如何沿着文本段的边界框画一条线?

如何在HTML中画一条线

twoway怎么画一条线

我如何画一条线,然后在 three.js 中从它创建一个剪切平面?里面的工作示例

在 UIViewController 上画一条线

Flutter:Google Map Plugin如何在地图内的两个坐标之间画一条线