gpt4 book ai didi

Android - 如何拥有 'underline'?

转载 作者:行者123 更新时间:2023-11-29 00:30:16 24 4
gpt4 key购买 nike

我怎样才能做到这一点(或类似的东西)?寻找一些将成为元素宽度的“下划线”。正在考虑一个可绘制对象,但我不太确定它如何与拉伸(stretch)一起工作,什么不是。谢谢。

enter image description here

编辑

制作了一个新的 XML 文件并将其包含在每个标题下,效果很好。

<merge xmlns:android="http://schemas.android.com/apk/res/android" >

<View
android:id="@+id/layout_underline"
android:layout_width="match_parent"
android:layout_height="3dip"
android:background="@color/layout_underline" />

</merge>

最佳答案

您可以通过在 XML 中创建 View 来获取它,如下所示:

  <View 
android:layout_width="fill_parent"
android:layout_height="2dp" />

您可以根据需要自定义它,

希望对你有帮助

关于Android - 如何拥有 'underline'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16155913/

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