android shape 怎么在底部画横线

Posted .net

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android shape 怎么在底部画横线相关的知识,希望对你有一定的参考价值。

使用layer-list可以,画了两层

 

1
2
3
4
5
6
7
8
9
        <layer-list>
            <!-- This is the line -->
            <item android:left="8dp" android:right="8dp"><shape>
                    <solid android:color="@color/black" />
                </shape></item>
            <item android:bottom="3dp"><shape>
                    <solid android:color="@color/white" />
                </shape></item>
        </layer-list>

 

优点 :  可以控制宽度

以上是关于android shape 怎么在底部画横线的主要内容,如果未能解决你的问题,请参考以下文章

如何使用shape来画半圆和画虚线

android shape 怎么 画菱形背景

工程进度表格中横线怎么画

各位在SAMRTFORMS中是怎样画横线的?

如何使用shape来画半圆和画虚线

Android 一条竖线或横线画边框