gpt4 book ai didi

android - 如何在textview android中为文本添加边框

转载 作者:IT老高 更新时间:2023-10-28 23:38:21 26 4
gpt4 key购买 nike

在 Android 中,如何在文本周围添加边框?我想要 TextView 中的文本周围的边框,而不是 TextView 的 周围。有什么办法可以做到吗?如果是这样,请指出我需要做的正确步骤..

最佳答案

试试这个..

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/hello_world"
android:textColor="#f8f36a"
android:textSize="65sp"
android:shadowColor="#ff0000"
android:shadowRadius="2"/>

结果是

result

您可以为这样的文本创建自定义边框。Here is a sample application .

enter image description here

关于android - 如何在textview android中为文本添加边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8960105/

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